forked from JGCRI/gcammaptools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.04 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
Package: gcammaptools
Title: Plot GCAM Output on Maps
Version: 0.4.2
Authors@R: c(
person("Catherine", "Ledna", email = "catherine.ledna@pnnl.gov", role = c("aut", "cre")),
person("Robert", "Link", email="robert.link@pnnl.gov", role="ctb"),
person("Caleb", "Braun", email="caleb.braun@pnnl.gov", role="ctb")
)
Description: This package provides tools for displaying GCAM output plotted as
shaded regions on maps (a type of plot called a "choropleth"). Both numerical
and categorical data are supported. The package also provides a house style for
GCAM maps, including color sets, projections, and theme elements.
Depends:
R (>= 3.1.0)
License: GPL-2
LazyData: true
Imports:
dplyr (>= 0.5.0),
ggplot2 (>= 2.2.1.9000),
scales (>= 0.4.1),
magrittr (>= 1.5),
raster (>= 2.5.8),
rgdal (>= 1.2.11),
RColorBrewer (>= 1.1.2),
sf (>= 0.6.1),
units (>= 0.4-6)
RoxygenNote: 6.0.1
Suggests: knitr,
rmarkdown,
rgcam,
testthat
VignetteBuilder: knitr
Remotes:
tidyverse/ggplot2,
JGCRI/rgcam