Skip to content

Commit 4022a06

Browse files
committed
cleanup DESCRIPTION
1 parent 8d7727e commit 4022a06

File tree

1 file changed

+62
-26
lines changed

1 file changed

+62
-26
lines changed

DESCRIPTION

Lines changed: 62 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,37 @@
11
Package: mlrMBO
22
Title: Bayesian Optimization and Model-Based Optimization of Expensive
3-
Black-Box Functions
3+
Black-Box Functions
44
Version: 1.1.5.1
5+
Authors@R:
6+
c(person(given = "Bernd",
7+
family = "Bischl",
8+
role = "aut",
9+
email = "[email protected]",
10+
comment = c(ORCID = "0000-0001-6002-6980")),
11+
person(given = "Jakob",
12+
family = "Richter",
13+
role = c("aut", "cre"),
14+
email = "[email protected]",
15+
comment = c(ORCID = "0000-0003-4481-5554")),
16+
person(given = "Jakob",
17+
family = "Bossek",
18+
role = "aut",
19+
email = "[email protected]",
20+
comment = c(ORCID = "0000-0002-4121-4668")),
21+
person(given = "Daniel",
22+
family = "Horn",
23+
role = "aut",
24+
email = "[email protected]"),
25+
person(given = "Michel",
26+
family = "Lang",
27+
role = "aut",
28+
email = "[email protected]",
29+
comment = c(ORCID = "0000-0001-9754-0393")),
30+
person(given = "Janek",
31+
family = "Thomas",
32+
role = "aut",
33+
email = "[email protected]",
34+
comment = c(ORCID = "0000-0003-4511-6245")))
535
Description: Flexible and comprehensive R toolbox for model-based optimization
636
('MBO'), also known as Bayesian optimization. It implements the Efficient
737
Global Optimization Algorithm and is designed for both single- and multi-
@@ -15,35 +45,41 @@ Description: Flexible and comprehensive R toolbox for model-based optimization
1545
algorithm behavior. 'mlrMBO' is implemented in a modular fashion, such that
1646
single components can be easily replaced or adapted by the user for specific
1747
use cases.
18-
Authors@R: c(
19-
person("Bernd", "Bischl", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0001-6002-6980")),
20-
person("Jakob", "Richter", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4481-5554")),
21-
person("Jakob", "Bossek", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-4121-4668")),
22-
person("Daniel", "Horn", email = "[email protected]", role = "aut"),
23-
person("Michel", "Lang", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-9754-0393")),
24-
person("Janek", "Thomas", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-4511-6245")))
2548
License: BSD_2_clause + file LICENSE
2649
URL: https://github.com/mlr-org/mlrMBO
2750
BugReports: https://github.com/mlr-org/mlrMBO/issues
28-
Depends: mlr (>= 2.10), ParamHelpers (>= 1.10), smoof (>= 1.5.1)
29-
Imports: backports (>= 1.1.0), BBmisc (>= 1.11), checkmate (>= 1.8.2),
30-
data.table, lhs, parallelMap (>= 1.3)
31-
Suggests: cmaesr (>= 1.0.3), ggplot2, DiceKriging, earth, emoa, GGally,
32-
gridExtra, kernlab, kknn, knitr, mco, nnet, party,
33-
randomForest, reshape2, rmarkdown, rgenoud, rpart, testthat,
34-
covr
51+
Depends:
52+
mlr (>= 2.10),
53+
ParamHelpers (>= 1.10),
54+
smoof (>= 1.5.1)
55+
Imports:
56+
backports (>= 1.1.0),
57+
BBmisc (>= 1.11),
58+
checkmate (>= 1.8.2),
59+
data.table,
60+
lhs,
61+
parallelMap (>= 1.3)
62+
Suggests:
63+
cmaesr (>= 1.0.3),
64+
ggplot2,
65+
DiceKriging,
66+
earth,
67+
emoa, GGally,
68+
gridExtra,
69+
kernlab,
70+
kknn,
71+
knitr,
72+
mco,
73+
nnet,
74+
party,
75+
randomForest,
76+
reshape2,
77+
rmarkdown,
78+
rgenoud,
79+
rpart,
80+
testthat,
81+
covr
3582
Encoding: UTF-8
3683
ByteCompile: yes
3784
RoxygenNote: 7.1.1
3885
VignetteBuilder: knitr
39-
NeedsCompilation: yes
40-
Packaged: 2022-07-04 07:35:16 UTC; ripley
41-
Author: Bernd Bischl [aut] (<https://orcid.org/0000-0001-6002-6980>),
42-
Jakob Richter [aut, cre] (<https://orcid.org/0000-0003-4481-5554>),
43-
Jakob Bossek [aut] (<https://orcid.org/0000-0002-4121-4668>),
44-
Daniel Horn [aut],
45-
Michel Lang [aut] (<https://orcid.org/0000-0001-9754-0393>),
46-
Janek Thomas [aut] (<https://orcid.org/0000-0003-4511-6245>)
47-
Maintainer: Jakob Richter <[email protected]>
48-
Repository: CRAN
49-
Date/Publication: 2022-07-04 08:50:50 UTC

0 commit comments

Comments
 (0)