mlr-org / mlr3pipelines

Dataflow Programming for Machine Learning in R
https://mlr3pipelines.mlr-org.com/
GNU Lesser General Public License v3.0
140 stars 25 forks source link

Add mlr3pipelines to required packages #628

Closed mllg closed 3 years ago

mllg commented 3 years ago

Loaded objects from mlr3pipelines do not work without mlr3proba being installed due to the leanify() function. Usually not an issue, but we rather list all required packages to ensure a helpful error message on remote machines.