Skip to content

Commit

Permalink
Ouch
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed May 3, 2019
1 parent 9d5951f commit 0601d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ NULL
rm("strrep", inherits = TRUE)
}

if (utils::packageVersion("vctrs") >= "0.1.0") {
if (utils::packageVersion("vctrs") > "0.1.0") {
vec_is <<- get("vec_is", asNamespace("vctrs"))
} else {
vec_is <<- compat_vec_is
Expand Down

0 comments on commit 0601d97

Please sign in to comment.