Skip to content

Commit

Permalink
fixed pkgdown parsing of PipeOpNMF example
Browse files Browse the repository at this point in the history
  • Loading branch information
advieser committed Feb 28, 2025
1 parent be9b1b5 commit ff2c225
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion R/PipeOpNMF.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@
#' pop$train(list(task))[[1]]$data()
#'
#' pop$state
#' \dontshow{ try(rm("format.list", envir = .BaseNamespaceEnv$.__S3MethodsTable__.), silent = TRUE) # BiocGenerics overwrites printer for our tables mlr-org/mlr3#1112 }
#' \dontshow{
#' # BiocGenerics overwrites printer for our tables mlr-org/mlr3#1112
#' try(rm("format.list", envir = .BaseNamespaceEnv$.__S3MethodsTable__.), silent = TRUE)
#' }
#' @family PipeOps
#' @template seealso_pipeopslist
#' @include PipeOpTaskPreproc.R
Expand Down
5 changes: 4 additions & 1 deletion man/mlr_pipeops_nmf.Rd

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

0 comments on commit ff2c225

Please sign in to comment.