-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
60 lines (60 loc) · 1.84 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: emodnet.wfs
Title: Access EMODnet Web Feature Service data through R
Version: 2.0.2.9000
Authors@R: c(
person("Anna", "Krystalli", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2378-4915")),
person("Salvador", "Fernández-Bejarano", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0535-7677")),
person("Thomas J", "Webb", , "[email protected]", role = "ctb"),
person("European Marine Observation Data Network (EMODnet) Biology project", "European Commission's Directorate - General for Maritime Affairs and Fisheries (DG MARE)", , "[email protected]", role = "cph"),
person("VLIZ (VLAAMS INSTITUUT VOOR DE ZEE)", , , "[email protected]", role = "fnd"),
person("Maëlle", "Salmon", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2815-0399"))
)
Description: Access and interrogate EMODnet (European Marine Observation
and Data Network) Web Feature Service data through R.
License: MIT + file LICENSE
URL: https://emodnet.github.io/emodnet.wfs/,
https://github.com/EMODnet/emodnet.wfs
BugReports: https://github.com/EMODnet/emodnet.wfs/issues
Depends:
R (>= 3.6.0)
Imports:
checkmate,
cli,
dplyr,
lifecycle,
magrittr,
memoise,
ows4R (>= 0.4),
purrr,
rlang,
sf,
tibble,
utils,
whoami
Suggests:
covr,
httptest,
knitr,
mapview,
readr,
rmarkdown,
testthat (>= 3.1.2),
testthis,
withr
VignetteBuilder:
knitr
Remotes:
eblondel/ows4R
Config/Needs/readme: rerddap
Config/Needs/website: webshot
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: C++11, GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ (>=
4.8.0)