https://github.com/clauswilke/ggridges
Revision cf76c423009f530dc84a8960a8e7247e40bc1d02 authored by Claus Wilke on 17 August 2017, 23:02:21 UTC, committed by Claus Wilke on 17 August 2017, 23:02:21 UTC
1 parent 00e472b
Raw File
Tip revision: cf76c423009f530dc84a8960a8e7247e40bc1d02 authored by Claus Wilke on 17 August 2017, 23:02:21 UTC
removing cowplot dependency b/c cowplot depends on ggjoy.
Tip revision: cf76c42
DESCRIPTION
Package: ggjoy
Type: Package
Title: Joyplots in 'ggplot2'
Version: 0.3.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 ggjoy"))
Description: Joyplots 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/ggjoy
Depends:
    R (>= 3.2),
    ggplot2 (>= 2.2.0),
Imports:
    grid (>= 3.0.0),
    plyr (>= 1.8.0),
    scales (>= 0.4.1)
License: GPL-2 | file LICENSE
LazyData: true
Suggests:
    covr,
    gridExtra,
    ggplot2movies,
    forcats,
    knitr,
    tidyverse,
    testthat,
    vdiffr,
    viridis
VignetteBuilder: knitr
Collate:
    'data.R'
    'ggjoy.R'
    'geoms.R'
    'geomsv.R'
    'geoms-gradient.R'
    'scale-cyclical.R'
    'stats.R'
    'theme.R'
    'utils_ggplot2.R'
    'utils.R'
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)
back to top