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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ License: file LICENSE
URL: https://openefsa.github.io/eppoFindeR
BugReports: https://github.com/openefsa/eppoFindeR/issues
Depends:
R (>= 4.0.0)
R (>= 4.1.0)
Imports:
cli (>= 3.6.5),
httr2 (>= 1.2.1),
Expand Down
2 changes: 1 addition & 1 deletion R/reportingService.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#'
#' @param params `list`. A named list of query parameters to include in the
#' request. The list of available parameters can be accessed via the
#' [EPPO API Documentation](https://data2025.eppo.int/ui/#/docs/GDAPI)
#' [EPPO API Documentation](https://data.eppo.int/ui/#/docs/GDAPI)
#' platform.
#'
#' By default: no parameters, you need to specify the required ones.
Expand Down
2 changes: 1 addition & 1 deletion R/taxons.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#'
#' @param params `list` (optional). A named list of query parameters to include
#' in the request. The list of available parameters can be accessed via the
#' [EPPO API Documentation](https://data2025.eppo.int/ui/#/docs/GDAPI)
#' [EPPO API Documentation](https://data.eppo.int/ui/#/docs/GDAPI)
#' platform.
#'
#' By default: default parameters.
Expand Down
2 changes: 1 addition & 1 deletion R/tools.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#'
#' @param params `list`. A named list of query parameters to include in the
#' request. The list of available parameters can be accessed via the
#' [EPPO API Documentation](https://data2025.eppo.int/ui/#/docs/GDAPI)
#' [EPPO API Documentation](https://data.eppo.int/ui/#/docs/GDAPI)
#' platform.
#'
#' By default: no parameters, you need to specify the required ones.
Expand Down
2 changes: 1 addition & 1 deletion man/reportingService.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/taxons.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tools.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading