forked from mlr-org/mlr3book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
86 lines (86 loc) · 1.56 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Type: Package
Package: mlr3book
Title: R package to build the mlr3 book via bookdown
Version: 0.1
Authors@R:
person("Michel", "Lang", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-9754-0393"))
Description: Use this package to install all dependencies and additional
helper files required to build the mlr3 book.
License: MIT + file LICENSE
URL: https://github.com/mlr-org/mlr3book
BugReports: https://github.com/mlr-org/mlr3book/issues
Depends:
R (>= 3.6.0)
Imports:
bookdown,
bslib,
checkmate,
data.table,
downlit,
lgr,
mlr3 (>= 0.12.0),
mlr3tuningspaces,
rprojroot,
stringi,
withr
Suggests:
bibtex,
blockCV,
callr,
DALEX (>= 2.4.0),
DALEXtra,
DBI,
dbplyr,
dplyr,
emoa,
evaluate,
factoextra,
formatR,
gbm,
GGally,
ggfortify,
ggtext,
glmnet,
igraph,
iml,
kableExtra,
kknn,
lhs,
magrittr,
mlr3cluster (>= 0.1.2),
mlr3db,
mlr3extralearners,
mlr3fselect (>= 0.5.0),
mlr3hyperband,
mlr3mbo,
mlr3pipelines,
mlr3proba (>= 0.2.3),
mlr3spatiotempcv,
mlr3tuning (>= 0.6.0),
mlr3verse (>= 0.2.2),
nycflights13,
paradox,
patchwork,
pendensity,
pracma,
praznik,
precrec,
progress,
progressr,
ranger,
rgdal,
rpart,
RSQLite,
servr,
sf,
stopwords,
survAUC,
svglite,
xgboost
Remotes:
mlr-org/mlr3extralearners,
mlr-org/mlr3mbo,
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2