-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.17 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
Package: ggmapinset
Type: Package
Title: Add Inset Panels to Maps
Version: 0.3.0.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: Helper to add insets based on geom_sf() from 'ggplot2'.
This package gives you a drop-in replacement for geom_sf() that supports
adding a zoomed inset map without having to create and embed a separate plot.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.6),
sf (>= 1.0)
Imports:
cli (>= 3.4.0),
ggplot2 (>= 3.4.0),
rlang (>= 1.0.0),
vctrs (>= 0.6.5)
Suggests:
dplyr,
forcats,
ggrepel,
knitr,
nswgeo,
purrr,
rmarkdown,
stringr,
tibble,
tidyr,
units
VignetteBuilder: knitr
URL: https://github.com/cidm-ph/ggmapinset,
https://cidm-ph.github.io/ggmapinset/
BugReports: https://github.com/cidm-ph/ggmapinset/issues
LazyData: true