Skip to content

Commit 1feee32

Browse files
committed
>= for version comparison
1 parent 9ab34f9 commit 1feee32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/0_imports.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ utils::globalVariables(
4646

4747
# ----------------------------------------------------------------------------
4848

49-
if (rlang::is_installed("tune") && utils::packageVersion("tune") > "0.1.1.9000") {
49+
if (rlang::is_installed("tune") && utils::packageVersion("tune") >= "0.1.1.9000") {
5050

5151
req_pkgs_names <- grep("^required_pkgs\\.", names, value = TRUE)
5252
req_pkgs_classes <- gsub("required_pkgs.", "", req_pkgs_names)

0 commit comments

Comments
 (0)