Package: tidyAML
Title: Automatic Machine Learning with 'tidymodels'
Version: 0.0.2
Authors@R: c(
    person("Steven","Sanderson", email = "spsanderson@gmail.com", role = c("aut","cre","cph"))
    )
Description: The goal of this package will be to provide a simple interface for automatic machine learning that fits the 'tidymodels' framework. The intention is to work for regression and classification problems with a simple verb framework.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/spsanderson/tidyAML
BugReports: https://github.com/spsanderson/tidyAML/issues
Depends:
    parsnip,
    R (>= 3.4.0)
Suggests: 
    knitr,
    rmarkdown,
    roxygen2,
    stats,
    tibble,
    stringr,
    utils,
    recipes
VignetteBuilder: knitr
Imports: 
    magrittr,
    rlang (>= 0.4.11),
    purrr (>= 0.3.5),
    dplyr (>= 1.0.10),
    rsample (>= 1.1.0),
    workflows (>= 1.1.2),
    forcats,
    workflowsets
