Skip to content

Commit

Permalink
refactor: lintr exclusions for length because of URL
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Jul 1, 2024
1 parent 5898a7a commit 2b191e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions R/layers.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
#'
#' @section Big downloads:
#'
# nolint start: line_length_linter
#' If a layer is really big (like `"abiotic_observations"` of the
#' `"biology_occurrence_data"` service),
#' you might consider a combination of these ideas:
Expand All @@ -78,6 +79,7 @@
#' [bounding boxes](https://emodnet.github.io/EMODnetWFS/articles/request-params.html#limit-spatial-extent-using-a-boundary-box)
#' (possibly splitting the area of interests into several requests);
#' - Using [EMODnet's download toolbox](https://emodnet.ec.europa.eu/geoviewer/).
# nolint end
emodnet_get_layers <- function(wfs = NULL,
service = NULL,
service_version = NULL,
Expand Down
2 changes: 1 addition & 1 deletion man/emodnet_get_layers.Rd

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

0 comments on commit 2b191e4

Please sign in to comment.