forked from ropensci/mregions2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.54 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
Package: mregions2
Type: Package
Title: Access Data from Marineregions.org: The Marine Regions Gazetteer and the Marine Regions Data Products
Version: 1.0.0
Authors@R: c(
person(given = "Salvador", family = "Fernandez-Bejarano", role = c("aut", "cre"),
email = "salvador.fernandez@vliz.be",
comment = c(ORCID = "0000-0003-0535-7677", github = "salvafern")),
person(given = "Lotte",family = "Pohl", role = "aut",
email = "lotte.pohl@imbrsea.eu",
comment = c(ORCID = "0000-0002-7607-7018", github = "lottepohl")),
person("LifeWatch Belgium", role = "fnd", comment = "https://lifewatch.be")
)
Maintainer: Salvador Fernandez-Bejarano <salvador.fernandez@vliz.be>
Description: Explore and retrieve marine geo-spatial data from the Marine Regions Gazetteer and the Marine Regions Data Products, including the Maritime Boundaries.
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,
jsonld
RoxygenNote: 7.3.1
URL: https://github.com/lifewatch/mregions2,
https://lifewatch.github.io/mregions2/
BugReports: https://github.com/lifewatch/mregions2/issues
Suggests:
ows4R (>= 0.3),
httptest2,
jsonlite,
knitr,
leaflet,
leaflet.extras2,
mapview,
rmarkdown,
testthat,
wk,
purrr,
withr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)