Skip to contents

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 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

CRAN release: 2023-12-03

  • 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

CRAN release: 2023-11-10

  • 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.

ggplate 0.0.1

CRAN release: 2023-01-20

  • First release version.