Skip to content

Commit

Permalink
Merge branch 'main' into index
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jan 11, 2024
2 parents 1ed227d + 8294759 commit 5f42ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlr-org/pipeops.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"))]
Expand Down

0 comments on commit 5f42ae1

Please sign in to comment.