Releases: gl-eb/tread
Releases · gl-eb/tread
tread 0.5.3
tread 0.5.2
- Move commonly used checks to functions to avoid code repetition
- Drop
magrittrpipe dependency
Full Changelog: v0.5.1...v0.5.2
tread 0.5.1
- Standalone type checks using
rlang
Full Changelog: v0.5.0...v0.5.1
tread 0.5.0
- Rename package to tread
- Use citation file format (CFF) in addition to bibtex
tread 0.4.1
- Add citation information and doi badge
- Update author and copyright holder information
tread 0.4.0
- Add
tecan_unite()for stitching together time series measurements when the plate reader programme was stopped and restarted - Add
tecan_single_time_single_reads()andtecan_time_series_single_reads(), which allowtecan_parse()to deal with all four data formats (all combinations of single or multiple reads per well as well as single timepoint or time series) tecan_parse()now returns atibble::tibble()with clean column names and correct column types- Deprecated
tecan_read_temperature()since it is a special case oftecan_parse()and much less flexible in regards to the format of the input file - Improve documentation and create pkgdown website
- Expand unit testing and use GitHub CI
v0.3.2
Changelog
- use writeLines() instead of print() to avoid line numbers
- fixed namespace
- got around R CMD check note about unused import of utils, which is needed for where()
- updated renv lockfile