Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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),
Expand Down
10 changes: 5 additions & 5 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down