Skip to content

Commit

Permalink
Add contrubutor and change dontrun to donttest
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jul 20, 2020
1 parent 78c9ff5 commit 8b4a9e3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
6 changes: 5 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ Authors@R:
person(given = "Martin",
family = "Binder",
role = "aut",
email = "martin.binder@mail.com"))
email = "martin.binder@mail.com"),
person(given = "Olaf",
family = "Mersmann",
role = "ctb",
email = "olafm@statistik.tu-dortmund.de"))
Description: Provides a common framework for optimization of black-box functions
for other packages, e.g. 'mlr3'. It offers various optimization methods e.g.
grid search, random search and generalized simulated annealing.
Expand Down
2 changes: 1 addition & 1 deletion R/OptimizerNLoptr.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#'
#' @export
#' @examples
#' \dontrun{
#' \donttest{
#' library(paradox)
#' library(data.table)
#'
Expand Down
2 changes: 1 addition & 1 deletion man/OptimizerNLoptr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions man/bbotk-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b4a9e3

Please sign in to comment.