We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521f681 commit 1216949Copy full SHA for 1216949
R/zzz.R
@@ -46,7 +46,6 @@ register_mlr3tuning = function() {
46
# static code checks should not complain about commonly used data.table columns
47
utils::globalVariables("y_scal")
48
49
-if (!Sys.getenv("DEVTOOLS_LOAD") == "true") {
+if (!("mlr3mbo" %in% Sys.getenv("DEVTOOLS_LOAD"))) {
50
leanify_package()
51
}
52
-
0 commit comments