Recent Releases of ggplate
ggplate - ggplate 0.1.5
- The package received the 1536-well format. Thanks to @plinders!
- R
Published by jpquast over 1 year ago
ggplate - ggplate 0.1.4
- 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.
- R
Published by jpquast almost 2 years ago
ggplate - ggplate 0.1.3
- Fix issue #20. The previous fix inadvertently introduced another bug, which flipped the row order. This has been fixed now.
- R
Published by jpquast about 2 years ago
ggplate - ggplate 0.1.2
- Fix issue #20. Row labels were not displayed with
ggplot2update3.5.1. This was becauseylimcannot be provided in reverse order anymore inggplot2::coord_fixed(). Now letters for row labels are provided in reverse order instead.
- R
Published by jpquast about 2 years ago
ggplate - ggplate 0.1.1
- Fix R version requirement. Is now
4.1.0and not4.0.0anymore. 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
condapackage 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
scaleargument.
- R
Published by jpquast over 2 years ago
ggplate - ggplate 0.1.0
ggplate 0.1.0
- Fixed a bug with the
valueargument that would not allow the user to provide a character column with only one value. This fixes issue #10. - Fixed a bug with the
labelargument that would discard trailing 0 of numeric values. This fixes issue #6.
- R
Published by jpquast over 2 years ago