Package: parsnip
Version: 0.0.1
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("Max", "Kuhn", , "max@rstudio.com", c("aut", "cre")),
    person("Davis", "Vaughan", , "davis@rstudio.com", c("aut")),
    person("RStudio", role = "cph"))
Maintainer: Max Kuhn <max@rstudio.com>
URL: https://tidymodels.github.io/parsnip
BugReports: https://github.com/tidymodels/parsnip/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
ByteCompile: true
VignetteBuilder: knitr
Depends: R (>= 2.10)
Imports: dplyr, rlang (>= 0.3.0.1), purrr, utils, tibble, generics,
        glue, magrittr, stats, tidyr, globals
RoxygenNote: 6.1.0.9000
Suggests: testthat, knitr, rmarkdown, survival, keras, xgboost, covr,
        sparklyr
NeedsCompilation: no
Packaged: 2018-11-05 03:07:44 UTC; max
Author: Max Kuhn [aut, cre],
  Davis Vaughan [aut],
  RStudio [cph]
Repository: CRAN
Date/Publication: 2018-11-12 10:10:06 UTC
