-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
42 lines (42 loc) · 1.24 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
Package: worldpa
Type: Package
Title: An Interface to the World Database on Protected Areas (WDPA)
Version: 2.1.0
Date: 2021-02-13
Authors@R: c(
person(given = "Nicolas",
family = "Casajus",
email = "nicolas.casajus@fondationbiodiversite.fr",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5537-5294")),
person(given = "Kevin",
family = "Cazelles",
email = "kevin.cazelles@gmail.com",
role = c("ctb", "rev"),
comment = c(ORCID = "0000-0001-6619-9874")))
Description: This package is an interface to the World Database on Protected
Areas <https://www.protectedplanet.net> and its API
<https://api.protectedplanet.net>. User can download terrestrial and marine
protected areas for the world countries (one country at the time).
URL: https://github.com/frbcesab/worldpa
BugReports: https://github.com/frbcesab/worldpa/issues
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Depends:
R (>= 3.3.0)
Imports:
geojsonsf,
httr,
jsonlite,
sf
Suggests:
knitr,
maps,
pkgdown,
rmarkdown,
testthat (>= 2.1.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr