DoubleML / doubleml-for-r

DoubleML - Double Machine Learning in R
https://docs.doubleml.org
Other
135 stars 25 forks source link

Compatibility with upcoming paradox CRAN release #195

Closed mb706 closed 5 months ago

mb706 commented 6 months ago

Description

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.

PR Checklist

Please fill out this PR checklist (see our contributing guidelines for details).

PhilippBach commented 5 months ago

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!