Skip to content

Commit

Permalink
R 3.5.0 is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Sep 18, 2024
1 parent 9fc5478 commit 7bcec09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ comment_to_var = function(x, varname, pattern, envir) {
FALSE
}

# TODO: remove this when we don't support R < 3.5.0
if (getRversion() < '3.5.0') isFALSE = function(x) identical(x, FALSE)

is_blank = function(x) {
if (length(x)) all(grepl('^\\s*$', x)) else TRUE
}
Expand Down

0 comments on commit 7bcec09

Please sign in to comment.