/usr/lib/R/site-library/recipes/DESCRIPTION is in r-cran-recipes 0.1.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | Package: recipes
Title: Preprocessing Tools to Create Design Matrices
Version: 0.1.0
Authors@R: c(
person("Max", "Kuhn", , "max@rstudio.com", c("aut", "cre")),
person("Hadley", "Wickham", , "hadley@rstudio.com", "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/topepo/recipes
BugReports: https://github.com/topepo/recipes/issues
Depends: R (>= 3.2.3), dplyr
Imports: tibble, stats, ipred, dimRed (>= 0.1.0), lubridate, timeDate,
ddalpha, purrr, rlang (>= 0.1.1), gower, RcppRoll, tidyselect
(>= 0.1.1), magrittr
Suggests: testthat, rpart, kernlab, fastICA, RANN, igraph, knitr,
caret, ggplot2, rmarkdown
License: GPL-2
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-07-27 01:40:39 UTC; max
Author: Max Kuhn [aut, cre],
Hadley Wickham [aut],
RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2017-07-27 10:46:19 UTC
Built: R 3.4.3; ; 'Mon, 04 Dec 2017 19:15:25 +0100'; unix
|