Skip to content

Releases: Swarchal/platetools

CRAN version 0.1.3

06 May 18:14
Compare
Choose a tag to compare
  • Fix ggplot2::fixed_coord(ylim()) reversal when used with scale_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

24 Apr 05:44
Compare
Choose a tag to compare

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

25 Jun 13:47
Compare
Choose a tag to compare

Fix errors caused by ggplot2 changes.

CRAN version 0.1.0

02 Apr 09:54
Compare
Choose a tag to compare
  • Add new set_block() function (contributed by @charles-plessy)
  • Fix deprecation warning for panel.margin

CRAN version 0.0.2

05 Oct 14:59
Compare
Choose a tag to compare
  • 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

11 Jun 17:45
Compare
Choose a tag to compare
CRAN_v0.0.1

fix link to vignette