Skip to content

Commit

Permalink
Remove evaluate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
agila5 committed Nov 7, 2024
1 parent 6ab8e37 commit 933299f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 1 addition & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ Imports:
utils,
tools,
httr,
jsonlite,
evaluate (>= 0.23)
jsonlite
Suggests:
testthat (>= 3.0.2),
knitr,
Expand All @@ -41,5 +40,3 @@ VignetteBuilder: knitr
Language: en-GB
Config/testthat/edition: 3
Config/build/copy-method: link
Remotes:
r-lib/evaluate
7 changes: 0 additions & 7 deletions R/utils.R
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# Auxiliary functions (not exported)
'%!in%' = Negate('%in%')

# FIXME! I added this function just to silence the "All declared Imports should
# be used" note. I will remove it as soon as the new version of evaluate hits
# CRAN.
.tmp <- function(input, ...) {
evaluate::evaluate(input, ...)
}

# See https://github.com/ropensci/osmextract/issues/134
is_like_url = function(URL) {
grepl(
Expand Down

0 comments on commit 933299f

Please sign in to comment.