• remove magrittr, glue, checkmate, forcats, ineq, and tidyselect dependencies
  • minimum R version 4.1.0 (for the native pipe and lambda functions)
  • remove several unexported functions
  • BatchContainer trace saves the random seed as well as RNG kind
  • preparing for CRAN resumbission
  • mainly github action changes
  • multiplate wrapper
  • fixes in the OptimizationTrace
  • cleanup
  • BatchContainer stores locations table (dimensions & excluded)
  • BatchContainer$new() accepts locations table
  • BatchContainer with samples can be created using batch_container_from_table
  • bc$n_available was removed (use bc$n_locations instead)
  • minor improvements to print(bc)
  • fix dplyr filter issue (once again)
  • migrate from BEDA to PMDA
  • fix dplyr filter issue
  • fix plate scoring example vignette caching
  • plate scoring
  • BatchContainer major API update
  • rename fields for consistency
  • hide cachind ($samples_dt) behind $get_samples()
  • $sample_attr for sample attributes
  • unified $move_samples() for moving samples