forked from wmgeolab/rgeoboundaries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·34 lines (34 loc) · 949 Bytes
/
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
Package: rgeoboundaries
Title: A Client to geoBoundaries, A Political Administrative Boundaries Dataset
Version: 0.0.0.9000
Authors@R: c(person(given = "Ahmadou", family = "Dicko",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Andy", family = "South",
email = "[email protected]",
role = "ctb"))
Description: Client the access data from the geoBoundaries API who provides country
political administrative boundaries dataset.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://gitlab.com/dickoa/rgeoboundaries
BugReports: https://gitlab.com/dickoa/rgeoboundaries/issues
Depends:
R (>= 3.5)
Imports:
crul (>= 0.8),
jsonlite,
sf (>= 0.9.3),
hoardr,
glue,
memoise,
countrycode (>= 1.2.0),
Suggests:
roxygen2,
knitr,
rmarkdown,
testthat,
covr,
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9000