Skip to content

Releases: gl-eb/tread

tread 0.5.3

26 Feb 11:57

Choose a tag to compare

  • Improve documentation
  • Update dev environment
  • Fix error messag

tread 0.5.2

06 Jul 15:23

Choose a tag to compare

  • Move commonly used checks to functions to avoid code repetition
  • Drop magrittr pipe dependency

Full Changelog: v0.5.1...v0.5.2

tread 0.5.1

05 Jul 11:09

Choose a tag to compare

  • Standalone type checks using rlang

Full Changelog: v0.5.0...v0.5.1

tread 0.5.0

26 Jun 18:53

Choose a tag to compare

  • Rename package to tread
  • Use citation file format (CFF) in addition to bibtex

tread 0.4.1

23 Nov 10:32
be49143

Choose a tag to compare

  • Add citation information and doi badge
  • Update author and copyright holder information

tread 0.4.0

23 Nov 09:45
dd41da1

Choose a tag to compare

  • Add tecan_unite() for stitching together time series measurements when the plate reader programme was stopped and restarted
  • Add tecan_single_time_single_reads() and tecan_time_series_single_reads(), which allow tecan_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 a tibble::tibble() with clean column names and correct column types
  • Deprecated tecan_read_temperature() since it is a special case of tecan_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

18 Aug 16:05
0ffbf11

Choose a tag to compare

v0.3.2 Pre-release
Pre-release

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

v0.3.1...v0.3.2

v0.3.1

09 Aug 11:05
7daba1c

Choose a tag to compare

v0.3.1 Pre-release
Pre-release
  • Implemented initial version of tecan_parse(), which supports multiple reads per well of single or multiple timepoint OD measurements
  • Use renv for package development
  • Bug fixes and minor improvements