-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
61 lines (61 loc) · 1.77 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
61
Package: mregions2
Type: Package
Title: Access Data from Marineregions.org: Gazetteer & Data Products
Version: 1.1.1
Authors@R: c(
person(given = "Salvador Jesús", family = "Fernández Bejarano", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0535-7677", github = "salvafern")),
person(given = "Lotte",family = "Pohl", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7607-7018", github = "lottepohl")),
person(given = "Julia", family = "Gustavsen", role = "rev"),
person(given = "Muralidhar", family = "M.A.", role = "rev"),
person(given = "Sheila", family = " M. Saia", role = "rev"),
person("LifeWatch Belgium", role = "fnd", comment = "lifewatch.be")
)
Maintainer: Salvador Jesús Fernández Bejarano <[email protected]>
Description: Explore and retrieve marine geospatial data from the Marine Regions Gazetteer <https://marineregions.org/gazetteer.php?p=webservices> and the Marine Regions Data Products <https://marineregions.org/webservices.php>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Config/testthat/edition: 3
Imports:
checkmate,
glue,
httr2,
magrittr,
sf,
utils,
rdflib,
ISOcodes,
memoise,
cli,
dplyr,
xml2,
wrapr,
methods,
curl,
digest
RoxygenNote: 7.3.2
URL: https://github.com/ropensci/mregions2,
https://docs.ropensci.org/mregions2/
BugReports: https://github.com/ropensci/mregions2/issues
Suggests:
ows4R (>= 0.3),
httptest2,
jsonlite,
knitr,
leaflet,
leaflet.extras2,
mapview,
rmarkdown,
testthat,
wk,
purrr,
withr
Config/Needs/website: jsonld
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)