https://github.com/clauswilke/ggridges
Revision 45c59a718709376cf832365ef6127fa470869cd7 authored by Claus Wilke on 18 May 2018, 00:03:39 UTC, committed by Claus Wilke on 18 May 2018, 00:03:39 UTC
1 parent 4d133d9
Raw File
Tip revision: 45c59a718709376cf832365ef6127fa470869cd7 authored by Claus Wilke on 18 May 2018, 00:03:39 UTC
Make point and line aesthetics inherit main aesthetics.
Tip revision: 45c59a7
DESCRIPTION
Package: ggridges
Type: Package
Title: Ridgeline Plots in 'ggplot2'
Version: 0.5.0.9000
Authors@R: c( 
    person("Claus O.", "Wilke", , "wilke@austin.utexas.edu", c("cre", "aut")),
    person("RStudio", role = c("cph"), comment = "Copyright for ggplot2 code copied to ggridges"))
Description: Ridgeline plots provide a convenient way of visualizing changes in distributions over time or space. This package enables the creation of such plots in 'ggplot2'.
URL: https://github.com/clauswilke/ggridges
Depends:
    R (>= 3.2)
Imports:
    ggplot2 (>= 2.2.0),
    grid (>= 3.0.0),
    plyr (>= 1.8.0),
    scales (>= 0.4.1),
    withr (>= 2.1.1)
License: GPL-2 | file LICENSE
LazyData: true
Suggests:
    covr,
    dplyr,
    gridExtra,
    ggplot2movies,
    DAAG,
    forcats,
    knitr,
    rmarkdown,
    testthat,
    vdiffr,
    viridis
Remotes:
    lionel-/vdiffr
VignetteBuilder: knitr
Collate:
    'data.R'
    'ggridges.R'
    'geoms.R'
    'geomsv.R'
    'geoms-gradient.R'
    'geom-density-line.R'
    'position.R'
    'scale-.R'
    'scale-cyclical.R'
    'scale-point.R'
    'scale-vline.R'
    'stats.R'
    'theme.R'
    'utils_ggplot2.R'
    'utils.R'
RoxygenNote: 6.0.1.9000
Roxygen: list(markdown = TRUE)
back to top