Package: ggjoy
Type: Package
Title: Joyplots in 'ggplot2'
Version: 0.3.0
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.3.0), ggplot2 (>= 2.2.0),
Imports: grid (>= 3.0.0), plyr (>= 1.8.0), scales (>= 0.4.1), purrr (>=
        0.2.2)
License: GPL-2 | file LICENSE
LazyData: true
Suggests: knitr, ggplot2movies, cowplot, forcats, tidyverse, viridis
VignetteBuilder: knitr
Collate: 'data.R' 'ggjoy.R' 'geoms.R' 'geoms-gradient.R'
        'scale-cyclical.R' 'stats.R' 'theme.R' 'utils_ggplot2.R'
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-07-30 05:07:47 UTC; wilke
Author: Claus O. Wilke [cre, aut],
  RStudio [cph] (Copyright for ggplot2 code copied to ggjoy.)
Maintainer: Claus O. Wilke <wilke@austin.utexas.edu>
Repository: CRAN
Date/Publication: 2017-07-30 05:38:01 UTC
