File: control

package info (click to toggle)
r-cran-recipes 0.1.15%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,496 kB
  • sloc: sh: 37; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,654 bytes parent folder | download
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
36
37
38
39
40
41
42
43
44
Source: r-cran-recipes
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-dplyr,
               r-cran-generics (>= 0.1.0),
               r-cran-glue,
               r-cran-gower,
               r-cran-ipred,
               r-cran-lifecycle,
               r-cran-lubridate,
               r-cran-magrittr,
               r-cran-matrix,
               r-cran-purrr,
               r-cran-rlang (>= 0.4.0),
               r-cran-tibble,
               r-cran-tidyr (>= 1.0.0),
               r-cran-tidyselect (>= 1.1.0),
               r-cran-timedate,
               r-cran-withr
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-recipes
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-recipes.git
Homepage: https://cran.r-project.org/package=recipes
Rules-Requires-Root: no

Package: r-cran-recipes
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R preprocessing tools to create design matrices
 This GNU R package provides 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.