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.

67 lines
1.7 KiB

Package: ggalt
Title: Extra Coordinate Systems, 'Geoms', Statistical Transformations, Scales
and Fonts for 'ggplot2'
Version: 0.3.0.9000
Maintainer: Bob Rudis <bob@rudis.net>
Authors@R: c(
person("Bob", "Rudis", email = "bob@rudis.net", role = c("aut", "cre")),
person("Ben", "Bolder", role = c("aut", "ctb")),
person("Jan", "Schulz", role = c("aut", "ctb")),
person("Ingemar", role="dtc", comment="Pokémon javascript color palette"),
person("ProPublica", role="dtc", comment="StateFace font")
)
Description: A compendium of 'geoms', 'coords', 'stats', scales and fonts for
'ggplot2', including splines, 1d and 2d densities, univariate average shifted
histograms, a new map coordinate system based on the 'PROJ.4'-library and the
'StateFace' open source font 'ProPublica'.
License: AGPL + file LICENSE
LazyData: true
URL: https://github.com/hrbrmstr/ggalt
BugReports: https://github.com/hrbrmstr/ggalt/issues
Encoding: UTF-8
Depends:
R (>= 3.0.0),
ggplot2 (>= 2.0.0)
Suggests:
testthat,
gridExtra,
knitr,
rmarkdown,
ggthemes,
plotly (>= 3.4.1)
Imports:
graphics,
grDevices,
dplyr,
RColorBrewer,
KernSmooth,
proj4,
scales,
grid,
gtable,
ash,
maps,
MASS,
extrafont
RoxygenNote: 5.0.1
VignetteBuilder: knitr
Collate:
'a-pokemon-colors.r'
'coord_proj.r'
'formatters.r'
'geom2plotly.r'
'geom_ash.r'
'geom_bkde.r'
'geom_bkde2d.r'
'geom_encircle.r'
'geom_table.r'
'geom_xspline.r'
'geom_xspline2.r'
'ggalt-package.r'
'grob_absolute.r'
'geom_lollipop.r'
'guide_axis.r'
'pokemon.r'
'stateface.r'
'utils.r'
'zzz.r'