mlr3proba
mlr3proba copied to clipboard
Stricter testing
These options should be set to get warnings for (unwanted) partial argument matching:
options(
warnPartialMatchDollar = TRUE,
warnPartialMatchArgs = TRUE,
warnPartialMatchAttr = TRUE
)
--> https://github.com/mlr-org/mlr3/blob/main/tests/testthat/setup.R and https://github.com/mlr-org/mlr3/blob/main/tests/testthat/teardown.R for an example.
Furthermore, https://github.com/mlr-org/mlr3/issues/781.