-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
64 lines (64 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
62
63
64
Package: wdpar
Type: Package
Version: 1.3.8
Title: Interface to the World Database on Protected Areas
Description: Fetch and clean data from the World Database on Protected
Areas (WDPA) and the World Database on Other Effective Area-Based
Conservation Measures (WDOECM). Data is obtained from Protected Planet
<https://www.protectedplanet.net/en>. To augment data cleaning procedures,
users can install the 'prepr' R package (available at
<https://github.com/prioritizr/prepr>). For more information on this
package, see Hanson (2022) <doi:10.21105/joss.04594>.
Authors@R: c(person(c('Jeffrey', 'O'), 'Hanson',
email='[email protected]', role = c('aut', 'cre')))
Imports:
utils,
assertthat (>= 0.2.0),
progress (>= 1.2.0),
curl (>= 3.2),
httr (>= 1.3.1),
countrycode (>= 1.1.0),
chromote (>= 0.2.0),
xml2 (>= 1.2.0),
cli (>= 1.0.1),
lwgeom (>= 0.2-1),
tibble (>= 2.1.3),
pingr (>= 1.1.2),
rappdirs (>= 0.3.1),
withr (>= 3.0.0)
Suggests:
testthat (>= 2.0.1),
knitr (>= 1.2.0),
roxygen2 (>= 6.1.1),
rmarkdown (>= 1.10),
ggmap (>= 4.0.0),
ggplot2 (>= 3.1.0),
prepr (>= 0.3.0),
dplyr (>= 1.0.7),
ps (>= 1.5.0)
Depends:
R (>= 3.5.0),
sf (>= 1.0-13)
License: GPL-3
Encoding: UTF-8
Language: en-US
URL: https://prioritizr.github.io/wdpar/, https://github.com/prioritizr/wdpar
BugReports: https://github.com/prioritizr/wdpar/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Collate:
'internal.R'
'package.R'
'read_sf_n.R'
'st_erase_overlaps.R'
'st_repair_geometry.R'
'wdpa_clean.R'
'wdpa_dissolve.R'
'wdpa_url.R'
'wdpa_latest_version.R'
'wdpa_fetch.R'
'wdpa_read.R'
'zzz.R'
Roxygen: list(markdown = TRUE)
Remotes:
prioritizr/prepr