Skip to content

Commit

Permalink
these functions are available in 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Aug 2, 2024
1 parent dcd2d42 commit 4a1122e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ if (!has_fun('isFALSE')) isFALSE = function(x) {
}
if (!has_fun('startsWith')) startsWith = function(...) xfun:::startsWith(...)
if (!has_fun('endsWith')) endsWith = function(...) xfun:::endsWith(...)
if (!has_fun('anyNA')) anyNA = function(x) any(is.na(x))
if (!has_fun('dir.exists')) dir.exists = function(x) xfun::dir_exists(x)
if (!has_fun('strrep')) strrep = function(...) xfun:::strrep(...)

0 comments on commit 4a1122e

Please sign in to comment.