Skip to content

Commit

Permalink
cran submit
Browse files Browse the repository at this point in the history
  • Loading branch information
mb706 committed Jul 17, 2024
1 parent 7f2520c commit cdcc8e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: paradox
Title: Define and Work with Parameter Spaces for Complex
Algorithms
Version: 1.0.0-9000
Version: 1.0.1
Authors@R:
c(person(given = "Michel",
family = "Lang",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# paradox 1.0.0-9000
# paradox 1.0.1

* Performance improvements.

Expand Down
2 changes: 1 addition & 1 deletion R/ParamSet.R
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ ParamSet = R6Class("ParamSet",
},

#' @description
#' \pkg{checkmate}-like test-function. Takes a [`data.table`].
#' \pkg{checkmate}-like test-function. Takes a [`data.table`][data.table::data.table].
#' For each row, return `FALSE` if the given `$constraint` is not satisfied, `TRUE` otherwise.
#' Note this is different from satisfying the bounds or types given by the `ParamSet` itself:
#' If `x` does not satisfy these, an error will be thrown, given that `assert_value` is `TRUE`.
Expand Down
2 changes: 1 addition & 1 deletion man/ParamSet.Rd

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

0 comments on commit cdcc8e6

Please sign in to comment.