Changelog
Source:NEWS.md
ggplate 0.1.5
- The package received the 1536-well format. Thanks to @plinders!
ggplate 0.1.4
CRAN release: 2024-07-10
- Fix issue #23. If not all possible rows were part of the data, wells were shifted down to the bottom of the plate. This has been fixed and every well is in the correct position irrespective of the completeness of the data.
ggplate 0.1.3
CRAN release: 2024-06-14
- Fix issue #20. The previous fix inadvertently introduced another bug, which flipped the row order. This has been fixed now.
ggplate 0.1.2
CRAN release: 2024-06-14
- Fix issue #20. Row labels were not displayed with
ggplot2
update3.5.1
. This was becauseylim
cannot be provided in reverse order anymore inggplot2::coord_fixed()
. Now letters for row labels are provided in reverse order instead.
ggplate 0.1.1
CRAN release: 2023-12-03
- Fix R version requirement. Is now
4.1.0
and not4.0.0
anymore. This fixes issue #15. - Fix issue introduced in version 0.1.0. While attempting to remove trailing zeros, we inadvertently introduced some undesired side effects associated with the format() function. This resulted in incorrectly formatted text labels due to leading and trailing whitespaces.
- Update documentation to inform about
conda
package version. - Update documentation to inform about potentially undesired behavior of new graphics device being opened by function when used in command line. This can be suppressed by setting
scale
argument.