-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
48 lines (48 loc) · 1.02 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
48
Package: treesnip
Title: Tree-Based Model Engines for 'parsnip'
Version: 0.1.0.9001
Authors@R: c(
person("Daniel", "Falbel", , "[email protected]", role = c("aut", "cre")),
person("Athos", "Damiani", , "[email protected]", role = "aut"),
person("Roel M.", "Hogervorst", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7509-0328"))
)
Description: Provides additional tree-based model engines for 'parsnip'.
License: GPL-3
URL: https://github.com/curso-r/treesnip
Depends:
parsnip (>= 0.2.1.9001)
Imports:
dplyr,
purrr,
rlang,
stats,
tibble,
tree,
utils
Suggests:
covr,
glue,
jsonlite,
knitr,
lightgbm,
modeldata,
partykit,
readr,
rmarkdown,
rsample,
scales,
testthat (>= 3.0.0),
tidymodels,
tidyr,
tune,
yardstick
VignetteBuilder:
knitr
Remotes:
tidymodels/parsnip
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2.9000