-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.42 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
Package: EMODnetWCS
Title: Access EMODnet Web Coverage Service data through R
Version: 0.0.0.9012
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 = "cre",
comment = c(ORCID = "0000-0003-0535-7677")),
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")
)
Description: Access and interrogate EMODnet Web Coverage Service data
through R.
License: MIT + file LICENSE
Imports:
checkmate,
cli,
curl,
glue,
httr,
magrittr,
memoise,
ows4R (>= 0.3-2),
purrr,
rlang,
sf,
terra,
tibble
Suggests:
covr,
fs,
httptest,
huxtable,
knitr,
rmarkdown,
testthat (>= 3.0.0),
webmockr,
withr
Config/testthat/edition: 3
Remotes:
eblondel/ows4R
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
URL: https://github.com/EMODnet/EMODnetWCS,
https://emodnet.github.io/EMODnetWCS/
BugReports: https://github.com/EMODnet/EMODnetWCS/issues
Depends:
R (>= 3.3.0)
LazyData: true
VignetteBuilder: knitr
Date: 2022-09-29