- Add package \alias to plater.R per CRAN request. Thanks to Maëlle Salmon @maelle
- Add an option to allow non-comma delimiters (#27). Thanks to Yorgos Bos @superpuffin
- Change
add_plate()
to return a tibble rather than trying to preserve initial class - Remove use of deprecated
select_
function
- 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.
- 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 response to rOpenSci reviewers
- Reorder arguments of
add_plate()
for better pipelining - add
check_plater_format()
to help with preparing files - rename all lowercase
- Reorganize parameters for consistency
- Add defaults for parameters
- Add
read_plates()
- Introduce new data format with multiple plate layouts per .csv file (replacing multiple files at once)
- Add support for reading multiple files at once