The package documentation web site at: https://docs.r4photobiology.info/ggpp/ includes a changelog.
Compared to ‘ggpp’ 0.4.0, the following changes have been introduced.
- Update
compute_just2D()
andcompute_just()
to work with any value for the angle aesthetic, as in ‘ggplot2’ (>= 3.3.5). - Fix bug in
geom_table()
that would cause text left or right justified to be clipped when the text in a cell was very long (reported by dryguy). (Cell padding still needs improvement.)
Please raise issues concerning bugs or enhancements to this package through GitHub at https://github.com/aphalo/ggpp/issues. Pull requests are also welcome.
NOTE: The updated ‘ggpp’ (0.4.1) is on its way to CRAN. The latest development version of the package can be installed from GitHub.
remotes::install_github("aphalo/ggpp")