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 9ab34f9 commit 1feee32Copy full SHA for 1feee32
R/0_imports.R
@@ -46,7 +46,7 @@ utils::globalVariables(
46
47
# ----------------------------------------------------------------------------
48
49
- if (rlang::is_installed("tune") && utils::packageVersion("tune") > "0.1.1.9000") {
+ if (rlang::is_installed("tune") && utils::packageVersion("tune") >= "0.1.1.9000") {
50
51
req_pkgs_names <- grep("^required_pkgs\\.", names, value = TRUE)
52
req_pkgs_classes <- gsub("required_pkgs.", "", req_pkgs_names)
0 commit comments