-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release: 0.1.1 * chore: change maintainer * chore: remove remotes * docs: maintainer * chore: .Rbuildignore
- Loading branch information
Showing
6 changed files
with
36 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ | |
^codemeta\.json$ | ||
^README\.Rmd$ | ||
^cran-comments\.md$ | ||
^CRAN-SUBMISSION$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
Package: mlr3batchmark | ||
Title: Batch Experiments for 'mlr3' | ||
Version: 0.1.0 | ||
Authors@R: | ||
person("Michel", "Lang", , "[email protected]", role = c("cre", "aut"), | ||
Version: 0.1.1 | ||
Authors@R: c( | ||
person("Marc", "Becker", , "[email protected]", role = c("cre", "aut"), | ||
comment = c(ORCID = "0000-0002-8115-0400")), | ||
person("Michel", "Lang", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0001-9754-0393")) | ||
) | ||
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. | ||
|
@@ -24,8 +27,6 @@ Imports: | |
Suggests: | ||
rpart, | ||
testthat | ||
Remotes: | ||
mlr-org/mlr3@release | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# mlr3batchmark 0.1.0-9000 | ||
# mlr3batchmark 0.1.1 | ||
|
||
* `mlr3batchmark` now depends on package `batchtools` to avoid having to load | ||
batchtools explicitly | ||
* feat: `mlr3batchmark` now depends on package `batchtools` to avoid having to load `batchtools` explicitly. | ||
|
||
# mlr3batchmark 0.1.0 | ||
|
||
Initial release | ||
* release: Initial release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
aut | ||
BenchmarkResult | ||
Benchmarking | ||
ExperimentRegistry | ||
Mattermost | ||
ORCID | ||
ResampleResult | ||
StackOverflow | ||
analyse | ||
batchmark | ||
batchtools | ||
BugReports | ||
cre | ||
github | ||
gmail | ||
https | ||
michellang | ||
cmd | ||
integerish | ||
mlr | ||
ORCID | ||
Roxygen | ||
RoxygenNote | ||
rpart | ||
testthat | ||
uuid | ||
param | ||
robustify | ||
’s |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.