diff --git a/mlr-org/pipeops.qmd b/mlr-org/pipeops.qmd index 87db7a03..3a684e93 100644 --- a/mlr-org/pipeops.qmd +++ b/mlr-org/pipeops.qmd @@ -21,6 +21,7 @@ The base objects are implemented in `r ref_pkg("mlr3pipelines")`. #| echo: false #| column: page +mlr_pipeops$remove("breslowcompose") # workaround content = as.data.table(mlr_pipeops, objects = TRUE)[, .(key, label, packages, tags)] content = content[key %nin% c("crankcompose", "distrcompose")] # deprecated, no help page content[, packages := map(packages, function(value) setdiff(value, "mlr3pipelines"))]