Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jun 21, 2024
1 parent 698028d commit 25ff346
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/TuningSpace.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ TuningSpace = R6Class("TuningSpace",
learner = NULL,

#' @field package (`character(1)`)\cr
#' Packages which provide the [Learner], e.g. \CRANpkg{mlr3learners} for the learner
#' Packages which provide the [mlr3::Learner], e.g. \CRANpkg{mlr3learners} for the learner
#' [mlr3learners::LearnerClassifRanger] which interfaces the \CRANpkg{ranger} package.
package = NULL,

Expand Down Expand Up @@ -87,7 +87,7 @@ TuningSpace = R6Class("TuningSpace",
#' [mlr3::Learner] of the tuning space.
#'
#' @param package (`character()`)\cr
#' Packages which provide the [Learner], e.g. \CRANpkg{mlr3learners} for the learner
#' Packages which provide the [mlr3::Learner], e.g. \CRANpkg{mlr3learners} for the learner
#' [mlr3learners::LearnerClassifRanger] which interfaces the \CRANpkg{ranger} package.
#'
#' @param label (`character(1)`)\cr
Expand All @@ -108,7 +108,7 @@ TuningSpace = R6Class("TuningSpace",
},

#' @description
#' Returns a learner with [TuneToken] set in parameter set.
#' Returns a learner with [paradox::TuneToken] set in parameter set.
#'
#' @param ... (named ‘list()’)\cr
#' Passed to `mlr3::lrn()`. Named arguments passed to the constructor, to
Expand Down
6 changes: 3 additions & 3 deletions man/TuningSpace.Rd

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

0 comments on commit 25ff346

Please sign in to comment.