File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ Suggests:
4242 rpart,
4343 stars (>= 0.5-5),
4444 testthat (>= 3.0.0)
45- Remotes:
46- mlr-org/mlr3
4745VignetteBuilder:
4846 knitr
4947Config/testthat/edition: 3
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ importFrom(R6,R6Class)
5959importFrom(R6,is.R6)
6060importFrom(methods,as)
6161importFrom(stats,complete.cases)
62+ importFrom(stats,runif)
6263importFrom(terra,cats)
6364importFrom(terra,head)
6465importFrom(terra,intersect)
Original file line number Diff line number Diff line change 44# ' @import mlr3
55# ' @import sf
66# ' @importFrom R6 R6Class is.R6
7- # ' @importFrom stats complete.cases
7+ # ' @importFrom stats complete.cases runif
88# ' @importFrom utils getFromNamespace data
99# '
1010# ' @section Learn mlr3:
You can’t perform that action at this time.
0 commit comments