Skip to content

Commit fffe771

Browse files
committed
mlrMBO CLI Vignette + pkgdown update
1 parent 34ea5d7 commit fffe771

File tree

6 files changed

+265
-545
lines changed

6 files changed

+265
-545
lines changed

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Description: Flexible and comprehensive R toolbox for model-based optimization
1414
single components can be easily replaced or adapted by the user for specific
1515
use cases.
1616
Authors@R: c(
17-
person("Bernd", "Bischl", email = "[email protected]", role = c("aut")),
18-
person("Jakob", "Bossek", email = "[email protected]", role = "aut"),
19-
person("Jakob", "Richter", email = "[email protected]", role = c("aut", "cre")),
17+
person("Bernd", "Bischl", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0001-6002-6980")),
18+
person("Jakob", "Richter", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4481-5554")),
19+
person("Jakob", "Bossek", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-4121-4668")),
2020
person("Daniel", "Horn", email = "[email protected]", role = "aut"),
21-
person("Michel", "Lang", email = "[email protected]", role = "aut"),
22-
person("Janek", "Thomas", email = "[email protected]", role = "aut"))
21+
person("Michel", "Lang", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-9754-0393")),
22+
person("Janek", "Thomas", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-4511-6245")))
2323
License: BSD_2_clause + file LICENSE
2424
URL: https://github.com/mlr-org/mlrMBO
2525
BugReports: https://github.com/mlr-org/mlrMBO/issues

_pkgdown.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
url: https://mlr-org.github.io/mlrMBO
2+
13
template:
24
params:
35
bootswatch: cosmo
@@ -22,6 +24,8 @@ navbar:
2224
href: articles/supplementary/machine_learning_with_mlrmbo.html
2325
- text: Human-in-the-loop MBO
2426
href: articles/supplementary/human_in_the_loop_MBO.html
27+
- text: mlrMBO and the Command Line
28+
href: articles/supplementary/mlrmbo_and_the_command_line.html
2529
- text: Reference
2630
icon: fa-book
2731
href: reference/index.html

docs/LICENSE.html

Lines changed: 0 additions & 146 deletions
This file was deleted.

docs/NEWS.html

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)