Package: parsnip
Title: A Common API to Modeling and Analysis Functions
Version: 1.0.4
Authors@R: c(
    person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre")),
    person("Davis", "Vaughan", , "davis@posit.co", role = "aut"),
    person("Emil", "Hvitfeldt", , "emilhhvitfeldt@gmail.com", role = "ctb"),
    person("Posit Software PBC", role = c("cph", "fnd"))
  )
Maintainer: Max Kuhn <max@posit.co>
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', 'H2O', etc).
License: MIT + file LICENSE
URL: https://github.com/tidymodels/parsnip,
        https://parsnip.tidymodels.org/
BugReports: https://github.com/tidymodels/parsnip/issues
Depends: R (>= 2.10)
Imports: cli, dplyr (>= 0.8.0.1), generics (>= 0.1.2), ggplot2,
        globals, glue, hardhat (>= 1.1.0), lifecycle, magrittr, pillar,
        prettyunits, purrr, rlang (>= 0.3.1), stats, tibble (>= 2.1.1),
        tidyr (>= 1.0.0), utils, vctrs (>= 0.4.1), withr
Suggests: C50, covr, dials (>= 1.1.0), earth, ggrepel, keras, kernlab,
        kknn, knitr, LiblineaR, MASS, Matrix, mgcv, modeldata, nlme,
        prodlim, ranger (>= 0.12.0), remotes, rmarkdown, rpart,
        sparklyr (>= 1.0.0), survival, tensorflow, testthat (>= 3.0.0),
        xgboost (>= 1.5.0.1)
VignetteBuilder: knitr
ByteCompile: true
Config/Needs/website: C50, dbarts, earth, glmnet, keras, kernlab, kknn,
        LiblineaR, mgcv, nnet, parsnip, randomForest, ranger, rpart,
        rstanarm, tidymodels/tidymodels, tidyverse/tidytemplate,
        rstudio/reticulate, xgboost
Config/rcmdcheck/ignore-inconsequential-notes: true
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3.9000
NeedsCompilation: no
Packaged: 2023-02-22 22:42:33 UTC; max
Author: Max Kuhn [aut, cre],
  Davis Vaughan [aut],
  Emil Hvitfeldt [ctb],
  Posit Software PBC [cph, fnd]
Repository: CRAN
Date/Publication: 2023-02-22 23:30:03 UTC
