mlr-org / mlr3pipelines

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

Allow other packages to use mlr3pipelines test helpers #746

Closed sebffischer closed 3 months ago

sebffischer commented 8 months ago

mlr3 has its test helpers in inst/testthat/ so other packages can load it and use them (https://github.com/mlr-org/mlr3/tree/main/inst/testthat) It would be convenient if the mlr3pipelines test helpers also lived in inst

sebffischer commented 4 months ago

@mb706