Use version-agnostic paradox UI to prepare for new CRAN release: Instead of ParamDbl, ParamInt objects, create ParamSets using ps(param_id = p_int(...)).
Reference to Issues or PRs
194
Comments
CI checks that use the 'dev' version of mlr3 now also use the dev-version of paradox; you can choose to remove this once paradox 1.0.0 is on CRAN.
I'm merging this PR now for some additional checks to p-paradox... I'll close the issue once the changes are merged to main... Thanks for your help so far!
Description
Use version-agnostic
paradox
UI to prepare for new CRAN release: Instead ofParamDbl
,ParamInt
objects, createParamSets
usingps(param_id = p_int(...))
.Reference to Issues or PRs
194
Comments
CI checks that use the 'dev' version of
mlr3
now also use the dev-version ofparadox
; you can choose to remove this onceparadox
1.0.0 is on CRAN.PR Checklist
Please fill out this PR checklist (see our contributing guidelines for details).
R CMD check
and all (unit) tests (see our contributing guidelines for details).