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.

87 lines
2.7 KiB

9 years ago
Package: ggalt
8 years ago
Title: Extra Coordinate Systems, 'Geoms', Statistical Transformations, Scales
and Fonts for 'ggplot2'
6 years ago
Version: 0.6.0
7 years ago
Maintainer: Bob Rudis <bob@rud.is>
8 years ago
Authors@R: c(
7 years ago
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre")),
person("Ben", "Bolker", comment="Encircling & additional splines", role = c("aut", "ctb")),
person("Ben", "Marwick", comment="General codebase cleanup", role = c("ctb")),
person("Jan", "Schulz", comment="Annotations", role = c("aut", "ctb")),
person("Rosen", "Matev", role="ctb", comment="Original annotate_textp implementation on stackoverflow"),
person("ProPublica", role="dtc", comment="StateFace font"),
person("Aditya", "Kothari", role=c("aut", "ctb"), comment="Core functionality of horizon plots"),
person("Ather", role="dtc", comment="Core functionality of horizon plots"),
person("Jonathan","Sidi", role=c("aut","ctb"), comment="Annotation ticks"),
person("Tarcisio","Fedrizzi", role="ctb", comment="Bytes formatter")
8 years ago
)
7 years ago
Description: A compendium of new geometries, coordinate systems, statistical
transformations, 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 along with geom_cartogram() that mimics the original functionality of
geom_map(), formatters for "bytes", a stat_stepribbon() function, 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.
License: MIT + file LICENSE
9 years ago
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)
RoxygenNote: 6.0.1
VignetteBuilder: knitr
8 years ago
Collate:
8 years ago
'annotate_textp.r'
'annotation_ticks.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'
'geom_horizon.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'
7 years ago
'geom_ubar.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'