-
-
Notifications
You must be signed in to change notification settings - Fork 59
/
DESCRIPTION
54 lines (54 loc) · 1.18 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
Type: Package
Package: mlr3book
Title: R package to build the mlr3 book via quarto
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:
bbotk,
checkmate,
data.table,
jsonlite,
mlr3,
mlr3benchmark,
mlr3batchmark,
mlr3cluster,
mlr3data,
mlr3db,
mlr3extralearners,
mlr3fairness,
mlr3filters,
mlr3fselect,
mlr3hyperband,
mlr3learners,
mlr3oml,
mlr3mbo,
mlr3misc,
mlr3oml,
mlr3pipelines,
mlr3proba (>= 0.5.0),
mlr3spatial,
mlr3spatiotempcv,
mlr3tuning,
mlr3tuningspaces,
mlr3verse,
mlr3viz,
paradox,
rprojroot,
stringi
Remotes:
mlr-org/mlr3extralearners,
mlr-org/mlr3batchmark,
mlr-org/mlr3proba,
mlr-org/mlr3fairness
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3