Releases: Swarchal/platetools
Releases · Swarchal/platetools
CRAN version 0.1.3
- Fix
ggplot2::fixed_coord(ylim())
reversal when used withscale_y_reverse
in ggplot2 >= 3.3.0 - Remove assertion that causes an error in R 4.0.0 Windows version
- Improve warning message for checking plate dimensions (@aaronmck )
- Fix error in
missing_wells
tests - Add
legend_title()
function to wrap ggplot2 mess
CRAN version 0.1.2
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 andb_score
functions. - All plots now have additional arguments to change the size and shape of the wells using the same arguments as
geom_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
for the grid functions. - Remove plyr as a dependency.
- Remove dplyr as a dependency.
- Fix incorrect test for
missing_wells
function.
CRAN version 0.1.1
Fix errors caused by ggplot2 changes.
CRAN version 0.1.0
- Add new
set_block()
function (contributed by @charles-plessy) - Fix deprecation warning for
panel.margin
CRAN version 0.0.2
- Few small bug fixes, mainly
missing_wells()
now works properly with 384-well plates. - Fix imports that caused a NOTE on macOS and Fedora CRAN checks.
CRAN version 0.0.1
CRAN_v0.0.1 fix link to vignette