Skip to content

Commit

Permalink
don't run example for ff
Browse files Browse the repository at this point in the history
  • Loading branch information
damirpolat committed Nov 2, 2022
1 parent 81ca538 commit 585ef77
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion R/LearnerClustFarthestFirst.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
#'
#' @templateVar id clust.ff
#' @template learner
#' @template example
#' @examples
#' \dontrun{
#' if (requireNamespace("RWeka")) {
#' learner = mlr3::lrn("clust.ff")
#' print(learner)
#'
#' # available parameters:
#' learner$param_set$ids()
#' }}
#'
#' @export
LearnerClustFarthestFirst = R6Class("LearnerClustFF",
Expand Down
4 changes: 3 additions & 1 deletion man/mlr_learners_clust.FF.Rd

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

0 comments on commit 585ef77

Please sign in to comment.