mlr-org / ParamHelpers

Helpers for parameters in black-box optimization, tuning and machine learning.
https://paramhelpers.mlr-org.com
Other
25 stars 9 forks source link

r version update: stringsAsFactors = TRUE #227

Closed jakob-r closed 4 years ago

jakob-r commented 4 years ago

Due to a change in R we need to manually set stringsAsFactors = TRUE to stick with the old behaviour.

jakob-r commented 4 years ago

I added a skip_if_not_installed(pkg, minimum_version = "3.3.1") which should skip the test until a new irace version is out - which then is hopefully above or equal to 3.3.1.