forked from tidymodels/tidymodels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·47 lines (47 loc) · 1.35 KB
/
DESCRIPTION
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
45
46
47
Package: tidymodels
Title: Easily Install and Load the 'Tidymodels' Packages
Version: 0.1.2.9000
Authors@R: c(
person(given = "Max", family = "Kuhn", email = "[email protected]", role = c("aut", "cre")),
person(given = "Hadley", family = "Wickham", email = "[email protected]", role = c("aut")),
person("RStudio", role = c("cph", "fnd"))
)
Description: The tidy modeling "verse" is a collection of packages for
modeling and statistical analysis that share the underlying design
philosophy, grammar, and data structures of the tidyverse.
License: GPL-3 | file LICENSE
URL: https://tidymodels.tidymodels.org, https://github.com/tidymodels/tidymodels
BugReports: https://github.com/tidymodels/tidymodels/issues
Depends:
R (>= 3.1)
Imports:
broom (>= 0.7.2),
cli (>= 2.2.0),
dials (>= 0.0.9),
dplyr (>= 1.0.2),
ggplot2 (>= 3.3.2),
infer (>= 0.5.3),
magrittr (>= 2.0.0),
modeldata (>= 0.1.0),
parsnip (>= 0.1.4),
purrr (>= 0.3.4),
recipes (>= 0.1.15),
rlang (>= 0.4.8),
rsample (>= 0.0.8),
rstudioapi (>= 0.13),
tibble (>= 3.0.4),
tidyr (>= 1.1.2),
tune (>= 0.1.2),
workflows (>= 0.2.1),
yardstick (>= 0.0.7)
Suggests:
covr,
glue,
knitr,
rmarkdown,
testthat,
xml2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9000
VignetteBuilder: knitr