Package: ggpp
Type: Package
Title: Grammar Extensions to 'ggplot2'
Version: 0.5.6
Date: 2024-01-07
Authors@R: 
    c(
    person("Pedro J.", "Aphalo", email = "pedro.aphalo@helsinki.fi", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3385-972X")),
    person("Kamil", "Slowikowski", role = "ctb", comment = c(ORCID = "0000-0002-2843-6370")),
    person("Michał", "Krassowski", role = "ctb", comment = c(ORCID = "0000-0002-9638-7785")),
    person("Daniel", "Sabanés Bové", role = "ctb"),
    person("Stella", "Banjo", role = "ctb")
    )
Maintainer: Pedro J. Aphalo <pedro.aphalo@helsinki.fi>
Description: Extensions to 'ggplot2' respecting the grammar of graphics 
    paradigm. Geometries: geom_table(), geom_plot() and geom_grob() add insets to 
    plots using native data coordinates, while geom_table_npc(), geom_plot_npc()
    and geom_grob_npc() do the same using "npc" coordinates through new 
    aesthetics "npcx" and "npcy". Statistics: select observations based on 2D 
    density. Positions: radial nudging away from a center point and nudging away
    from a line or curve; combined stacking and nudging; combined dodging and
    nudging.
License: GPL (>= 2)
LazyData: TRUE
LazyLoad: TRUE
ByteCompile: TRUE
Depends: R (>= 4.0.0), ggplot2 (>= 3.3.6)
Imports: stats, grid, grDevices, rlang (>= 1.0.6), magrittr (>= 2.0.1),
        glue (>= 1.6.0), gridExtra (>= 2.3), scales (>= 1.2.0), tibble
        (>= 3.1.8), dplyr (>= 1.1.0), xts (>= 0.13.0), zoo (>= 1.8-11),
        MASS (>= 7.3-58), polynom (>= 1.4-0), lubridate (>= 1.9.0),
        stringr (>= 1.4.0)
Suggests: knitr (>= 1.40), rmarkdown (>= 2.20), ggrepel (>= 0.9.2),
        gginnards(>= 0.1.1), magick (>= 2.7.3), testthat (>= 3.1.5),
        vdiffr (>= 1.0.5)
URL: https://docs.r4photobiology.info/ggpp/,
        https://github.com/aphalo/ggpp
BugReports: https://github.com/aphalo/ggpp/issues
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-01-07 19:02:09 UTC; aphalo
Author: Pedro J. Aphalo [aut, cre] (<https://orcid.org/0000-0003-3385-972X>),
  Kamil Slowikowski [ctb] (<https://orcid.org/0000-0002-2843-6370>),
  Michał Krassowski [ctb] (<https://orcid.org/0000-0002-9638-7785>),
  Daniel Sabanés Bové [ctb],
  Stella Banjo [ctb]
Repository: CRAN
Date/Publication: 2024-01-09 07:00:02 UTC
