Skip to content

Commit

Permalink
docs: more links
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muecke committed Nov 30, 2024
1 parent 68a794e commit 503f571
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/PipeOpFDASmooth.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' * `"rollmedian"`: rolling meadian
#' * `"savgol"`: Savitzky-Golay filtering
#'
#' All methods but "lowess" ignore non-equidistant arg values.
#' All methods but `"lowess"`` ignore non-equidistant arg values.
#' * `args` :: named `list()`\cr
#' List of named arguments that is passed to `tf_smooth()`. See the help page of `tf_smooth()` for
#' default values.
Expand Down
4 changes: 2 additions & 2 deletions R/PipeOpFDATSFeatures.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
#' * `parallel` :: `logical(1)`\cr
#' If `TRUE`, the features are computed in parallel. Default is `FALSE`.
#' * `multiprocess` :: `any`\cr
#' The function from the future package to use for parallel processing. Default is `future::multisession`.
#' The function from the future package to use for parallel processing. Default is [future::multisession()].
#' * `na.action` :: `any`\cr
#' A function to handle missing values. Default is `stats::na.pass`.
#' A function to handle missing values. Default is [stats::na.pass()].
#'
#' @section Naming:
#' The new names generally append a `_{feature}` to the corresponding column name.
Expand Down
2 changes: 1 addition & 1 deletion man/mlr_pipeops_fda.smooth.Rd

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

4 changes: 2 additions & 2 deletions man/mlr_pipeops_fda.tsfeats.Rd

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

0 comments on commit 503f571

Please sign in to comment.