Changes in version 1.0.5 (2024-10-25) - Add package \alias to plater.R per CRAN request. Thanks to Maƫlle Salmon @maelle Changes in version 1.0.4 (2022-02-11) - Add an option to allow non-comma delimiters (#27). Thanks to Yorgos Bos @superpuffin Changes in version 1.0.3 (2021-01-06) - Change add_plate() to return a tibble rather than trying to preserve initial class - Remove use of deprecated select_ function Changes in version 1.0.2 (2020-03-24) - Changes to tests to comply with new CRAN policy on data.frame(..., stringsAsFactors = FALSE) - Add support for 6- and 1536-well plates - Change behavior of add_plate so that when the plate layout contains more wells than the input data frame, those wells are appended to the end of the data frame instead of erroring. Changes in version 1.0.1 (2017-06-26) - Eliminate warnings from readLines on files without EOF (Mac issue) - Fix issue with numeric formatting in mixed numeric/character layouts - Fix issue with grouped tibbles and view_plate Changes in version 1.0.0 (2016-10-06) - Changes in response to rOpenSci reviewers - Reorder arguments of add_plate() for better pipelining - add check_plater_format() to help with preparing files - rename all lowercase Changes in version 0.2.1 - Reorganize parameters for consistency - Add defaults for parameters - Add read_plates() Changes in version 0.2 - Introduce new data format with multiple plate layouts per .csv file (replacing multiple files at once) Changes in version 0.1 - Add support for reading multiple files at once