-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathDESCRIPTION
37 lines (37 loc) · 998 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
35
36
37
Package: geofacet
Title: 'ggplot2' Faceting Utilities for Geographical Data
Version: 0.2.2
Authors@R: c(
person("Ryan", "Hafen", email = "[email protected]", role = c("aut", "cre")),
person("Barret", "Schloerke", email = "[email protected]", role = "ctb"))
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 (>= 3.2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
ggplot2 (>= 3.2.1),
gtable,
graphics,
rnaturalearth,
sp,
ggrepel,
imguR,
gridExtra,
geogrid,
methods,
rlang
Suggests:
sf,
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.1
VignetteBuilder: knitr