Skip to content

Releases: jpquast/ggplate

ggplate 0.1.5

30 Sep 21:53
b205126
Compare
Choose a tag to compare
  • The package received the 1536-well format. Thanks to @plinders!

ggplate 0.1.4

10 Jul 17:00
c1f6bff
Compare
Choose a tag to compare
  • 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

15 Jun 07:02
38c846c
Compare
Choose a tag to compare
  • Fix issue #20. The previous fix inadvertently introduced another bug, which flipped the row order. This has been fixed now.

ggplate 0.1.2

14 Jun 17:18
7b11e7b
Compare
Choose a tag to compare
  • Fix issue #20. Row labels were not displayed with ggplot2 update 3.5.1. This was because ylim cannot be provided in reverse order anymore in ggplot2::coord_fixed(). Now letters for row labels are provided in reverse order instead.

ggplate 0.1.1

03 Dec 08:21
8b3ebf7
Compare
Choose a tag to compare
  • Fix R version requirement. Is now 4.1.0 and not 4.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.

ggplate 0.1.0

10 Nov 23:19
718d486
Compare
Choose a tag to compare
  • Fixed a bug with the value argument that would not allow the user to provide a character column with only one value. This fixes issue #10.
  • Fixed a bug with the label argument that would discard trailing 0 of numeric values. This fixes issue #6.