Package: gginnards
Type: Package
Title: Explore the Innards of 'ggplot2' Objects
Version: 0.0.1
Date: 2018-07-05
Authors@R: 
    c(
    person("Pedro J.", "Aphalo", email = "pedro.aphalo@helsinki.fi", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3385-972X"))    )
Maintainer: Pedro J. Aphalo <pedro.aphalo@helsinki.fi>
Description: Extensions to 'ggplot2' providing low-level debug tools: statistics
    and geometries reporting data passed to compute_group() and compute_panel() 
    functions and to geometries. Layer manipulation: functions for deletion,
    insertion, extraction and reordering of layers of "ggplot" objects. Data
    manipulation: function for deletion of unused variables from the
    data object embedded in "ggplot" objects.
License: GPL (>= 2)
LazyData: TRUE
LazyLoad: TRUE
ByteCompile: TRUE
Depends: R (>= 3.3.0), ggplot2 (>= 3.0.0)
Imports: methods, grid, rlang (>= 0.2.0), stringr (>= 1.3.1), magrittr
        (>= 1.5), tibble (>= 1.4.2)
Suggests: dplyr (>= 0.7.5), knitr (>= 1.20), rmarkdown (>= 1.9)
URL: https://www.r4photobiology.info,
        https://bitbucket.org/aphalo/gginnards
BugReports: https://bitbucket.org/aphalo/gginnards/issues
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-07-05 21:34:26 UTC; aphalo
Author: Pedro J. Aphalo [aut, cre] (<https://orcid.org/0000-0003-3385-972X>)
Repository: CRAN
Date/Publication: 2018-07-13 16:40:07 UTC
