Skip to content

Commit a410581

Browse files
committed
missing bracket
1 parent 852bba0 commit a410581

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

R/ResamplingRepeatedSpCVknndm.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#'
1414
#' @export
1515
#' @examples
16-
#' if (requireNamespace(c("mlr3spatial", "mlr3")) {
16+
#' if (requireNamespace(c("mlr3spatial", "mlr3"))) {
1717
#' library(mlr3)
1818
#' library(mlr3spatial)
1919
#' set.seed(42)
@@ -29,7 +29,6 @@
2929
#' cv_knndm = rsmp("repeated_spcv_knndm", predpoints = pred_points, repeats = 2)
3030
#' cv_knndm$instantiate(task)
3131
#' }
32-
3332
#' #' ### Individual sets:
3433
#' # cv_knndm$train_set(1)
3534
#' # cv_knndm$test_set(1)

man/mlr_resamplings_repeated_spcv_knndm.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)