Skip to content

Commit

Permalink
fixed doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
advieser committed Feb 15, 2025
1 parent ece7944 commit 9f8e2bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/mlr_pipeops.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#'
#' @description
#' A simple [`Dictionary`][mlr3misc::Dictionary] storing objects of class [`PipeOp`].
#' Each `PipeOp` has an associated help page, see `mlr_pipeops_[id]`.
#' Each [`PipeOp`] has an associated help page, see `mlr_pipeops_[id]`.
#'
#' @section Fields:
#' Fields inherited from [`Dictionary`][mlr3misc::Dictionary], as well as:
Expand All @@ -31,7 +31,7 @@
#' * `label` :: (`character`)\cr
#' Description of the [`PipeOp`]'s functionality.
#' * `packages` :: (`character`)\cr
#' Set of all required packages for the ['PipeOp']'s train and ⁠predict⁠ methods.
#' Set of all required packages for the [`PipeOp`]'s train and ⁠predict⁠ methods.
#' * `tags` :: (`character`)\cr
#' A set of tags associated with the [`PipeOp`] describing its purpose.
#' * `feature_types` :: (`character`)\cr
Expand Down
4 changes: 2 additions & 2 deletions man/mlr_pipeops.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f8e2bc

Please sign in to comment.