-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.41 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
Package: cartographer
Title: Turn Place Names into Map Data
Version: 0.2.1.9000
Authors@R:
c(person(given = "Carl",
family = "Suster",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7021-9380")),
person("Western Sydney Local Health District, NSW Health",
role = "cph"))
Description: A tool for easily matching spatial data when you have a list of
place/region names. You might have a data frame that came from a
spreadsheet tracking some data by suburb or state. This package can
convert it into a spatial data frame ready for plotting. The actual map
data is provided by other packages (or your own code).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
cli (>= 3.6.0),
dplyr (>= 1.1.0),
rlang (>= 1.1.0),
sf (>= 1.0.12)
Collate:
'cartographer-global.R'
'cartographer-package.R'
'add_geometry.R'
'data.R'
'resolve.R'
'zzz.R'
Additional_repositories: http://packages.ropensci.org
Depends:
R (>= 4.1)
LazyData: true
Suggests:
ggplot2 (>= 3.4.2),
knitr,
maps,
rnaturalearth,
rnaturalearthhires,
rmarkdown
URL: https://github.com/cidm-ph/cartographer,
https://cidm-ph.github.io/cartographer/
BugReports: https://github.com/cidm-ph/cartographer/issues
VignetteBuilder: knitr