version 0.1.5
- Add arguments to change size, colour, alpha of missing wells
version 0.1.4
- Add 6, 12, 24 and 48 well plates
version 0.1.3
- Reverse
coord_fixed(ylim())
values in ggplot2 >= v3.3.0 - Improve warning messages for checking plate input (@aaronmck)
Version 0.1.2
- Column labels now show at the top of the plate.
- Now have access to stats::med_smooth arguments to control iterations when using two-way median polish and b_score functions.
- All plots now have additional arguments to change the
size
andshape
of the wells using the same arguments asgeom_point
. - b-score functions now have
normalise
argument to divide residuals by the plate median-absolute-deviation (MAD) as per the original paper. - Deprecation warning as
each
argument changed toscale_each
. - Remove plyr as a dependency
- Remove dplyr as a dependency
Version 0.1.1
- Fix failures caused by new ggplot2 version
Version 0.0.2 to 0.1.0
- Add set_block function (contributed by @charles-plessy)
- Fix deprecatation warning for
panel.margin
Version 0.0.1 to 0.0.2
- Fix bug in
R/missing_wells.R
- Fix CRAN NOTE for unused Imports
- Remove MASS, lazyeval, raster from Imports
- Move viridis to Suggests