Skip to content

Commit 8968339

Browse files
authored
Release 0.13.2 (#774)
1 parent 45f8298 commit 8968339

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr3
22
Title: Machine Learning in R - Next Generation
3-
Version: 0.13.1-9000
3+
Version: 0.13.2
44
Authors@R:
55
c(person(given = "Michel",
66
family = "Lang",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mlr3 0.13.1-9000
1+
# mlr3 0.13.2
22

33
* Setting a fallback learner for a learner with encapsulation in its default
44
settings now automatically sets encapsulation to `"evaluate"` (#763).

R/zzz.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ dummy_import = function() {
5858
# this function is required to silence R CMD check
5959
mlbench::mlbench.xor
6060
mlr3measures::mse
61+
evaluate::evaluate
6162
} # nocov end
6263

6364

0 commit comments

Comments
 (0)