Package: ggpmisc
Type: Package
Title: Miscellaneous Extensions to 'ggplot2'
Version: 0.4.0
Date: 2021-06-03
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")
    )
Maintainer: Pedro J. Aphalo <pedro.aphalo@helsinki.fi>
Description: Extensions to 'ggplot2' respecting the grammar of graphics
    paradigm. Statistics: locate and tag peaks and valleys; label plot with the 
    equation of a polynomial fitted with lm() or other types of models; labels 
    with P-value, R^2 or adjusted R^2 or information criteria for fitted models; 
    label with ANOVA table for fitted models; label with summary for fitted 
    models. Model fit classes for which suitable methods are provided by package
    'broom' and 'broom.mixed' are supported. Scales and stats to build volcano 
    and quadrant plots based on outcomes, fold changes, p-values and false 
    discovery rates.
License: GPL (>= 2)
LazyData: TRUE
LazyLoad: TRUE
ByteCompile: TRUE
Depends: R (>= 3.6.0), ggpp (>= 0.4.0)
Imports: grid, ggplot2 (>= 3.3.1), rlang (>= 0.4.7), generics (>=
        0.1.0), glue (>= 1.4.2), gridExtra (>= 2.3), scales (>= 1.1.1),
        MASS (>= 7.3-51.6), polynom (>= 1.4-0), quantreg (>= 5.85),
        splus2R (>= 1.2-2), tibble (>= 3.0.3), plyr (>= 1.8.6), dplyr
        (>= 1.0.2), xts (>= 0.12-0), zoo (>= 1.8-8), lubridate (>=
        1.7.9), stringr (>= 1.4.0)
Suggests: knitr (>= 1.29), rmarkdown (>= 2.3), broom (>= 0.7.3),
        broom.mixed (>= 0.2.6), nlme (>= 3.1-148), gginnards(>= 0.0.3),
        ggrepel (>= 0.9.1), magick (>= 2.6.0)
URL: https://docs.r4photobiology.info/ggpmisc/,
        https://github.com/aphalo/ggpmisc
BugReports: https://github.com/aphalo/ggpmisc/issues
Encoding: UTF-8
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-06-03 18:31:10 UTC; Aphalo
Author: Pedro J. Aphalo [aut, cre] (<https://orcid.org/0000-0003-3385-972X>),
  Kamil Slowikowski [ctb]
Repository: CRAN
Date/Publication: 2021-06-03 19:50:02 UTC
