Skip to content

Commit cdcc8e6

Browse files
committed
cran submit
1 parent 7f2520c commit cdcc8e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Package
22
Package: paradox
33
Title: Define and Work with Parameter Spaces for Complex
44
Algorithms
5-
Version: 1.0.0-9000
5+
Version: 1.0.1
66
Authors@R:
77
c(person(given = "Michel",
88
family = "Lang",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# paradox 1.0.0-9000
1+
# paradox 1.0.1
22

33
* Performance improvements.
44

R/ParamSet.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ ParamSet = R6Class("ParamSet",
365365
},
366366

367367
#' @description
368-
#' \pkg{checkmate}-like test-function. Takes a [`data.table`].
368+
#' \pkg{checkmate}-like test-function. Takes a [`data.table`][data.table::data.table].
369369
#' For each row, return `FALSE` if the given `$constraint` is not satisfied, `TRUE` otherwise.
370370
#' Note this is different from satisfying the bounds or types given by the `ParamSet` itself:
371371
#' If `x` does not satisfy these, an error will be thrown, given that `assert_value` is `TRUE`.

man/ParamSet.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)