Skip to content

Commit

Permalink
removed str2lang as no longer support R 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Jul 5, 2024
1 parent 40f7050 commit 13e5bec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions R/internal.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,3 @@

anyDuplicated(x)
}

# remove when no longer support R < 3.6.0
str2lang <- function(text) {
ex <- parse(text = text, keep.source = FALSE)
ex[[1L]]
}

0 comments on commit 13e5bec

Please sign in to comment.