-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
57 lines (57 loc) · 1.63 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
Package: ggautomap
Type: Package
Title: Create Maps from a Column of Place Names
Version: 0.3.2.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: Mapping tools that convert place names to coordinates on the fly.
These 'ggplot2' extensions make maps from a data frame where one of the
columns contains place names, without having to directly work with the
underlying geospatial data and tools. The corresponding map data must be
registered with 'cartographer' either by the user or by another package.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 4.1),
Imports:
cartographer (>= 0.2),
cli (>= 3.4.0),
dplyr (>= 1.0.0),
ggmapinset (>= 0.3),
ggplot2 (>= 3.4.2),
packcircles (>= 0.3.4),
rlang (>= 1.0.0),
sf (>= 1.0),
tidyr (>= 1.2.0),
vctrs (>= 0.4.0)
Collate:
'aaa.R'
'stat_automap.R'
'stat_automap_coords.R'
'choropleth.R'
'configure_inset.R'
'coord_automap.R'
'crs.R'
'geom_boundaries.R'
'geom_centroids.R'
'geoscatter.R'
'ggautomap-package.R'
'position_circle_repel.R'
URL: https://github.com/cidm-ph/ggautomap,
https://cidm-ph.github.io/ggautomap/
BugReports: https://github.com/cidm-ph/ggautomap/issues
Suggests:
ggrepel,
knitr,
nswgeo,
rmarkdown
VignetteBuilder: knitr