From 933299f94f11810587a6ad53e1487946130ed19f Mon Sep 17 00:00:00 2001 From: Andrea Gilardi Date: Thu, 7 Nov 2024 10:08:22 +0100 Subject: [PATCH] Remove evaluate dependency --- DESCRIPTION | 5 +---- R/utils.R | 7 ------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bb1846f7..e0fa1dbb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,8 +29,7 @@ Imports: utils, tools, httr, - jsonlite, - evaluate (>= 0.23) + jsonlite Suggests: testthat (>= 3.0.2), knitr, @@ -41,5 +40,3 @@ VignetteBuilder: knitr Language: en-GB Config/testthat/edition: 3 Config/build/copy-method: link -Remotes: - r-lib/evaluate diff --git a/R/utils.R b/R/utils.R index 96f02579..2159e5f0 100644 --- a/R/utils.R +++ b/R/utils.R @@ -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(