forked from thackl/ggworldmap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
17 lines (17 loc) · 842 Bytes
/
DESCRIPTION
File metadata and controls
17 lines (17 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: ggworldmap
Title: Visualize Global-Scale Quantitiative Data on World Maps with Projection and Shifted Central Meridian
Version: 0.0.0.9000
Authors@R: person("Thomas", "Hackl", email = "thackl@lim4.de", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-0022-320X"))
Description: ggworldmap extends ggplot2 by providing geoms for conveniently plotting stylish world maps, in various projections, with shifted central meridian, and pole clipping. It adds functions for projecting and decluttering data that integrate well with magrittr/tidyverse style pipes, and a new 'geom_array' for visualizing categorial quantities using stacked dots in 2D array.
Depends: R (>= 3.4.3)
License: MIT
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
ggplot2,
rgdal,
stringr,
tibble
RoxygenNote: 6.0.1
Suggests: testthat