-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.07 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
Package: mlr3batchmark
Title: Batch Experiments for 'mlr3'
Version: 0.1.1.9000
Authors@R: c(
person("Marc", "Becker", , "marcbecker@posteo.de", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-8115-0400")),
person("Michel", "Lang", , "michellang@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-9754-0393")),
person("Toby", "Hocking", role="ctb",
comment = c(ORCID="0000-0002-3146-0865"))
)
Description: Extends the 'mlr3' package with a connector to the package
'batchtools'. This allows to run large-scale benchmark experiments on
scheduled high-performance computing clusters.
License: LGPL-3
URL: https:///mlr3batchmark.mlr-org.com,
https://github.com/mlr-org/mlr3batchmark
BugReports: https://github.com/mlr-org/mlr3batchmark/issues
Depends:
R (>= 3.1.0),
batchtools (>= 0.9.17)
Imports:
checkmate,
data.table,
lgr,
mlr3 (>= 0.19.0),
mlr3misc,
uuid
Suggests:
renv,
rpart,
testthat
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2