Package: ggpmisc
Type: Package
Title: Miscellaneous Extensions to 'ggplot2'
Version: 0.2.14
Date: 2017-02-01
Authors@R: 
    c(
    person("Pedro J.", "Aphalo", email = "pedro.aphalo@helsinki.fi", role = c("aut", "cre")),
    person("Kamil", "Slowikowski", role = "ctb")
    )
Maintainer: Pedro J. Aphalo <pedro.aphalo@helsinki.fi>
Description: Extensions to 'ggplot2' respecting the grammar of graphics
    paradigm. Provides new statistics to locate and tag peaks and valleys in 2D
    plots, a statistics to add a label with the equation of a polynomial fitted
    with lm(), or R^2 or adjusted R^2 or information criteria for any model
    fitted with function lm(). Additional statistics give access to functions
    in package 'broom'. Provides a function for flexibly converting time
    series to data frames suitable for plotting with ggplot(). In addition
    provides statistics and ggplot geometries useful for diagnosing what data
    are passed to compute_group() and compute_panel() functions and to
    geometries.
License: GPL (>= 2)
LazyData: TRUE
LazyLoad: TRUE
ByteCompile: TRUE
Depends: R (>= 3.2.0), ggplot2 (>= 2.2.1)
Imports: tibble (>= 1.2), MASS (>= 7.3-45), polynom (>= 1.3-8), splus2R
        (>= 1.2-2), plyr (>= 1.8.4), dplyr (>= 0.5.0), xts (>= 0.9-7),
        zoo (>= 1.7-13), broom (>= 0.4.1), lubridate (>= 1.6.0)
Suggests: knitr (>= 1.14), rmarkdown (>= 1.1), nlme (>= 3.1-128),
        ggrepel (>= 0.6.3)
URL: http://www.r4photobiology.info,
        https://bitbucket.org/aphalo/ggpmisc
BugReports: https://bitbucket.org/aphalo/ggpmisc/issues
RoxygenNote: 6.0.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-02-01 20:03:06 UTC; aphalo
Author: Pedro J. Aphalo [aut, cre],
  Kamil Slowikowski [ctb]
Repository: CRAN
Date/Publication: 2017-02-02 01:06:16
