mlr-org / mlr3misc

Miscellaneous helper functions for mlr3
https://mlr3misc.mlr-org.com
GNU Lesser General Public License v3.0
11 stars 2 forks source link

backports version #30

Closed mb706 closed 4 years ago

mb706 commented 4 years ago

mlr3misc uses backports::errorCondition, so to the degree it imports backports, it should require the backports version that introduced that. Otherwise it's very hard for a user who happens to have an old backports version installed to find out what the problem is.