-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.08 KB
/
Copy pathDESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.08 KB
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
Package: geofacet
Title: 'ggplot2' Faceting Utilities for Geographical Data
Version: 0.2.5
Authors@R: c(
person("Ryan", "Hafen", email = "rhafen@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5516-8367")),
person("Barret", "Schloerke", email = "schloerke@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0001-9986-114X")))
Description: Provides geographical faceting functionality for 'ggplot2'.
Geographical faceting arranges a sequence of plots of data for different
geographical entities into a grid that preserves some of the geographical
orientation.
Depends:
R (>= 4.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
ggplot2 (>= 4.0.0),
gtable,
graphics,
rnaturalearth,
sf,
ggrepel,
gridExtra,
geogrid,
methods,
rlang,
httr2
Suggests:
testthat,
covr,
lintr,
knitr,
rmarkdown
URL: https://github.com/hafen/geofacet, https://hafen.github.io/geofacet/
BugReports: https://github.com/hafen/geofacet/issues
RoxygenNote: 7.3.3
VignetteBuilder: knitr