Package: parsnip
Version: 0.1.6
Title: A Common API to Modeling and Analysis Functions
Description: A common interface is provided to allow users to specify a model without having to remember the different argument names across different functions or computational engines (e.g. 'R', 'Spark', 'Stan', etc). 
Authors@R: c(
    person(given = "Max",   family = "Kuhn",      email = "max@rstudio.com",          role = c("aut", "cre")),
    person(given = "Davis", family = "Vaughan",   email = "davis@rstudio.com",        role = c("aut")),
    person(given = "Emil",  family = "Hvitfeldt", email = "emilhhvitfeldt@gmail.com", role = c("ctb")),
    person("RStudio", role = "cph"))
Maintainer: Max Kuhn <max@rstudio.com>
URL: https://parsnip.tidymodels.org,
        https://github.com/tidymodels/parsnip
BugReports: https://github.com/tidymodels/parsnip/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
VignetteBuilder: knitr
Depends: R (>= 2.10)
Imports: dplyr (>= 0.8.0.1), rlang (>= 0.3.1), purrr, utils, tibble (>=
        2.1.1), generics (>= 0.1.0), glue, lifecycle, magrittr, stats,
        tidyr (>= 1.0.0), globals, prettyunits, vctrs (>= 0.2.0)
RoxygenNote: 7.1.1.9001
Suggests: testthat, knitr, rmarkdown, survival, keras, xgboost, covr,
        C50, sparklyr (>= 1.0.0), earth, kernlab, kknn, randomForest,
        ranger (>= 0.12.0), rpart, MASS, nlme, modeldata, LiblineaR,
        Matrix
NeedsCompilation: no
Packaged: 2021-05-24 21:59:02 UTC; max
Author: Max Kuhn [aut, cre],
  Davis Vaughan [aut],
  Emil Hvitfeldt [ctb],
  RStudio [cph]
Repository: CRAN
Date/Publication: 2021-05-27 05:20:02 UTC
