diff --git a/DESCRIPTION b/DESCRIPTION index c77af07..0828e32 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,14 +29,14 @@ Description: A wrapper around the European and Mediterranean Plant Protection wrangling function to integrate taxonomy and rank information, and a function that returns the list of member countries for each Regional Plant Protection Organization acronym which is used in the 'EPPO' database. -License: EUPL +License: EUPL (>= 1.2) URL: https://github.com/openefsa/eppoFindeR, https://openefsa.github.io/eppoFindeR/ BugReports: https://github.com/openefsa/eppoFindeR/issues Depends: R (>= 4.0.0) Imports: httr (>= 1.4.7), - jsonlite (>= 1.8.8), + jsonlite (>= 1.8.7), tidyr (>= 1.3.1), dplyr (>= 1.1.4), glue (>= 1.7.0), @@ -46,8 +46,8 @@ Imports: lifecycle (>= 1.0.4) Suggests: devtools (>= 2.4.5), - roxygen2 (>= 7.3.1), - testthat (>= 3.2.1), + roxygen2 (>= 7.2.1), + testthat (>= 3.0.0), usethis (>= 2.2.3), knitr (>= 1.0), rmarkdown (>= 2.0), diff --git a/renv.lock b/renv.lock index 587205d..fecacde 100644 --- a/renv.lock +++ b/renv.lock @@ -156,13 +156,13 @@ }, "jsonlite": { "Package": "jsonlite", - "Version": "1.8.8", + "Version": "1.8.7", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "methods" ], - "Hash": "e1b9c55281c5adc4dd113652d9e26768" + "Hash": "266a20443ca13c65688b2116d5220f76" }, "lifecycle": { "Package": "lifecycle", @@ -251,13 +251,13 @@ }, "renv": { "Package": "renv", - "Version": "1.0.7", + "Version": "1.0.11", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "utils" ], - "Hash": "397b7b2a265bc5a7a06852524dabae20" + "Hash": "47623f66b4e80b3b0587bc5d7b309888" }, "rlang": { "Package": "rlang", diff --git a/renv/activate.R b/renv/activate.R index 8638f7f..0eb5108 100644 --- a/renv/activate.R +++ b/renv/activate.R @@ -2,7 +2,7 @@ local({ # the requested version of renv - version <- "1.0.7" + version <- "1.0.11" attr(version, "sha") <- NULL # the project directory