Meanwhile waiting for the release of ‘ggplot2’ 2.2.2 I am keeping two parallel branches of ‘ggpmisc’ under development.
‘ggpmisc’ 0.2.17 is in CRAN and is mainly a bug fix but it also incorporates all enhancements made since September 2017 which do not require ‘ggplot2’ (> 2.2.1).
Changes from version 0.2.16
- Add
stat_quadrat_count()
a stat that computes the number of observations in each quadrat of a plot panel ignoring grouping. - Fix bugs, one of which is code breaking: the names of returned parameter estimates have changed in
stat_fit_tidy()
now pasting"_estimate"
to avoid name clashes with mapped variables.
NOTE: This version of the package is available from CRAN.
‘ggpmisc’ 0.2.17.9902 is in the CRAN-like repository at this site. It is as thoroughly tested as the CRAN version but contains geom_table
and the stats that use this geometry, which make use of the development version of ‘ggplot2’, at least ‘ggplot2’ >= 2.2.1.9000 (>= commit of 2017-02-09).
After ‘ggplot2’ (>= 2.2.2) makes it to CRAN, a version from this enhanced branch will be submitted to CRAN.
Changes from version 0.2.16.9003 (November 2017)
- Fix bugs, one of which is code breaking: the names of returned parameter estimates have changed in
stat_fit_tidy()
now pasting"_estimate"
to avoid name clashes with mapped variables.
NOTE: This version of the package is available from https://r.r4photobiology.info/.
Documentation website is at https://docs.r4photobiology.info/ggpmisc/.
Please raise issues concerning bugs or enhancements to this package through Bitbucket at https://bitbucket.org/aphalo/ggpmisc/issues