Skip to content

Commit 0f44826

Browse files
authored
docs: skip if fastVoteR is not installed (#141)
1 parent 317c2ec commit 0f44826

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/EnsembleFSResult.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#' `r format_bib("das1999", "meinshausen2010")`
2424
#'
2525
#' @export
26-
#' @examplesIf requireNamespace("fastVoteR")
26+
#' @examplesIf mlr3misc::require_namespaces("fastVoteR", quietly = TRUE)
2727
#' @examples
2828
#' \donttest{
2929
#' efsr = ensemble_fselect(

man/ensemble_fs_result.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)