Version 0.5.2 fixes several bugs.
Changes compared to version 0.5.1, the previous version inCRAN are:
- Compatibility change: ‘ggpmisc’ 0.5.2 depends on ‘ggplot2’ 3.4.0.
-
Silence spureous messages from ‘ggplot2’ 3.4.0 about dropped aesthetic
weight
. -
Fix bug caused by the use of
base::isa()
which is not supported for"formula"
in R < 4.1.0 (reported by Johnny Le). -
Fix bug in
stat_peaks()
andstat_valleys()
that made peak and valley labels for datetime variables mapped to x to be always formatted in the local system’s timezone instead of in the timezone of the x scale of the ggplot. -
Fix bug in
stat_poly_eq()
,stat_ma_eq()
,stat_quant_eq()
, andstat_correlation()
that caused some labels not to obey R optionOutDec
. (Problem described at Stackoverflow.)
Documentation web site at http://docs.r4photobiology.info/ggpmisc/ includes all help pages, with output from all examples, vignettes as well as a changelog in HTML format.
NOTE: Version 0.5.2 is on its way to CRAN.
Please raise issues concerning bugs or enhancements to this package through GitHub https://github.com/aphalo/ggpmisc/issues