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.

81 lines
2.3 KiB

9 years ago
Package: ggalt
8 years ago
Title: Extra Coordinate Systems, 'Geoms', Statistical Transformations, Scales
and Fonts for 'ggplot2'
7 years ago
Version: 0.4.0
8 years ago
Maintainer: Bob Rudis <bob@rudis.net>
8 years ago
Authors@R: c(
7 years ago
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre")),
8 years ago
person("Ben", "Bolder", role = c("aut", "ctb")),
person("Jan", "Schulz", role = c("aut", "ctb")),
person("Rosen", "Matev", role="ctb", comment="Original annotate_textp implementation on stackoverflow"),
8 years ago
person("Ingemar", role="dtc", comment="Pokémon javascript color palette"),
person("ProPublica", role="dtc", comment="StateFace font")
)
8 years ago
Description: A compendium of 'geoms', 'coords', 'stats', scales and fonts for
'ggplot2', including splines, 1d and 2d densities, univariate average shifted
7 years ago
histograms, a new map coordinate system based on the 'PROJ.4'-library along
with a cartogram 'geom' that mimics the original functionality of
'geom_map', formatters for "bytes", a two-way bar 'geom' along with a
'stepribbon' 'geom', increased 'plotly' compatibility and the 'StateFace'
open source font 'ProPublica'. Further new functionality includes lollipop charts,
dumbbell charts, the ability to "encircle" points and coordinate-system-based
text annotations.
9 years ago
License: AGPL + file LICENSE
LazyData: true
URL: https://github.com/hrbrmstr/ggalt
8 years ago
BugReports: https://github.com/hrbrmstr/ggalt/issues
8 years ago
Encoding: UTF-8
Depends:
R (>= 3.2.0),
ggplot2 (>= 2.2.1)
Suggests:
testthat,
gridExtra,
knitr,
rmarkdown,
7 years ago
ggthemes,
reshape2
Imports:
7 years ago
utils,
graphics,
grDevices,
dplyr,
RColorBrewer,
KernSmooth,
proj4,
scales,
grid,
gtable,
ash,
8 years ago
maps,
8 years ago
MASS,
extrafont,
7 years ago
tibble,
plotly (>= 3.4.1)
7 years ago
RoxygenNote: 6.0.0
VignetteBuilder: knitr
8 years ago
Collate:
8 years ago
'annotate_textp.r'
8 years ago
'coord_proj.r'
'formatters.r'
8 years ago
'fortify.r'
8 years ago
'geom2plotly.r'
8 years ago
'geom_ash.r'
'geom_bkde.r'
'geom_bkde2d.r'
8 years ago
'geom_dumbbell.R'
7 years ago
'geom_cartogram.r'
8 years ago
'geom_encircle.r'
8 years ago
'geom_lollipop.r'
8 years ago
'geom_table.r'
8 years ago
'geom_twoway_bar.r'
8 years ago
'geom_xspline.r'
'geom_xspline2.r'
8 years ago
'stat-stepribbon.r'
8 years ago
'ggalt-package.r'
'grob_absolute.r'
'guide_axis.r'
'stateface.r'
'utils.r'
'zzz.r'