Package: recipes
Title: Preprocessing Tools to Create Design Matrices
Version: 0.1.9
Authors@R: c(
    person(given = "Max",    family = "Kuhn",    email = "max@rstudio.com",    role = c("aut", "cre")),
    person(given = "Hadley", family = "Wickham", email = "hadley@rstudio.com", role = c("aut")),
    person("RStudio", role = "cph"))
Description: An extensible framework to create and preprocess 
    design matrices. Recipes consist of one or more data manipulation 
    and analysis "steps". Statistical parameters for the steps can 
    be estimated from an initial data set and then applied to 
    other data sets. The resulting design matrices can then be used 
    as inputs into statistical or machine learning models. 
URL: https://github.com/tidymodels/recipes
BugReports: https://github.com/tidymodels/recipes/issues
Depends: R (>= 3.1), dplyr
Imports: generics, glue, gower, ipred, lubridate, magrittr, Matrix,
        purrr (>= 0.2.3), rlang (>= 0.4.0), stats, tibble, tidyr (>=
        0.8.3), tidyselect (>= 0.2.5), timeDate, utils, withr
Suggests: covr, ddalpha, dimRed (>= 0.2.2), fastICA, ggplot2, igraph,
        kernlab, knitr, modeldata, pls, RANN, RcppRoll, rmarkdown,
        rpart, rsample, RSpectra, testthat (>= 2.1.0), xml2
License: GPL-2
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2.9000
NeedsCompilation: no
Packaged: 2020-01-05 21:51:32 UTC; max
Author: Max Kuhn [aut, cre],
  Hadley Wickham [aut],
  RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2020-01-07 20:20:08 UTC
