Package: gginnards
Type: Package
Title: Explore the Innards of 'ggplot2' Objects
Version: 0.0.4
Date: 2021-02-09
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 echoing their data argument. Layer manipulation: deletion,
    insertion, extraction and reordering of layers. Deletion of unused variables 
    from the data object embedded in "ggplot" objects.
License: GPL (>= 2)
LazyData: TRUE
LazyLoad: TRUE
ByteCompile: TRUE
Depends: R (>= 3.6.0), ggplot2 (>= 3.2.1)
Imports: utils, methods, rlang (>= 0.4.0), stringr (>= 1.4.0), magrittr
        (>= 1.5), tibble (>= 2.1.0)
Suggests: sf (>= 0.9), dplyr (>= 0.8.1), knitr (>= 1.24), rmarkdown (>=
        1.14), pryr (>= 0.1.4)
URL: https://www.r4photobiology.info,
        https://github.com/aphalo/gginnards
BugReports: https://github.com/aphalo/gginnards/issues
Encoding: UTF-8
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-02-09 23:45:46 UTC; Aphalo
Author: Pedro J. Aphalo [aut, cre] (<https://orcid.org/0000-0003-3385-972X>)
Repository: CRAN
Date/Publication: 2021-02-10 06:20:02 UTC
