Closed adibender closed 4 years ago
It shouldn't break anything, we are using @mllg version in mlr3misc mlr3misc::with_package
Where is it breaking?
hm strange, I got errors, when running tests locally. Will investigate further
hm, appears I had mlr3misc_0.1.6
, while mlr3misc_0.1.7
is required.
I noticed that
with_package
was introduced formboost
related functions, however, thewithr
package is not imported, nor is thewith_package
function, which breaks tests.I can make a PR that fixes this, but wanted to make sure that
with_package
is really necessary (what is special about mboost?), because it means introducing another dependency.Another Q is whether to put it into imports or suggests?