Extra Coordinate Systems, 'Geoms', Statistical Transformations, Scales and Fonts for 'ggplot2'
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
880 B

Package: ggalt
Title: Additional 'Geoms', 'Stats' and 'Coords' for 'ggplot2' 2.0+
Version: 0.1.1.9000
Authors@R: c(person("Bob", "Rudis", email = "bob@rudis.net", role = c("aut", "cre")))
Description: A package containing additional 'geoms', 'coords' and
'stats' for use with 'ggplot2' 2.0+, including splines, 1d and 2d densities,
univariate average shifted histograms and PROJ.4-based map projections.
Depends:
R (>= 3.0.0),
ggplot2 (>= 2.0.0)
License: AGPL + file LICENSE
LazyData: true
URL: http://github.com/hrbrmstr/ggalt
BugReports: https://github.com/hrbrmstr/ggalt/issues
Suggests:
testthat,
gridExtra,
knitr,
rmarkdown,
ggthemes,
Encoding: UTF-8
Imports:
graphics,
grDevices,
dplyr,
RColorBrewer,
KernSmooth,
proj4,
scales,
grid,
gtable,
ash,
MASS
RoxygenNote: 5.0.1
VignetteBuilder: knitr