Package: ggpmisc
Type: Package
Title: Miscellaneous Extensions to 'ggplot2'
Version: 0.3.1
Date: 2019-04-01
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. Specialization of method ggplot(): accept and convert on the fly 
    time series data. Geom: "table", "plot" and "grob" add insets to plots
    using native data coordinates, while "table_npc", "plot_npc" and "grob_npc"
    do the same using "npc" coordinates through new aesthetics "npcx" and "npcy". 
    Statistics: locate and tag peaks and valleys; count observations in different 
    quadrants of a plot; select observations based on 2D density; label 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' are supported.
License: GPL (>= 2)
LazyData: TRUE
LazyLoad: TRUE
ByteCompile: TRUE
Depends: R (>= 3.4.0), ggplot2 (>= 3.1.0)
Imports: grid, rlang (>= 0.3.1), magrittr (>= 1.5), gridExtra (>= 2.3),
        scales (>= 1.0.0), MASS (>= 7.3-51.1), polynom (>= 1.3-9),
        splus2R (>= 1.2-2), tibble (>= 2.0.1), plyr (>= 1.8.4), dplyr
        (>= 0.8.0.1), xts (>= 0.11-2), zoo (>= 1.8-4), broom (>=
        0.5.1), lubridate (>= 1.7.4), stringr (>= 1.4.0)
Suggests: knitr (>= 1.22), rmarkdown (>= 1.12), nlme (>= 3.1-137),
        ggrepel (>= 0.8.0), magick (>= 2.0)
URL: https://www.r4photobiology.info,
        https://bitbucket.org/aphalo/ggpmisc
BugReports: https://bitbucket.org/aphalo/ggpmisc/issues
Encoding: UTF-8
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-04-01 22:19:10 UTC; aphalo
Author: Pedro J. Aphalo [aut, cre] (<https://orcid.org/0000-0003-3385-972X>),
  Kamil Slowikowski [ctb]
Repository: CRAN
Date/Publication: 2019-04-02 08:30:12 UTC
