Changes in version 2026-01-14 - Some versions of QuantaSoft add a few lines at the top of amplitude data files, this is now supported (#24) - Refactor all old dplyr code that used outdated tidy evaluation (#27) Changes in version 2023-08-19 - Add correct package file documentation (see https://github.com/r-lib/roxygen2/issues/1491) Changes in version 2023-04-01 - Small maintenance work to keep the package on CRAN Changes in version 2020-06-01 - More changes to make dplyr v1.0.0 work Changes in version 2020-03-20 - Make ddpcr work with dplyr v1.0.0 Changes in version 2020-02-28 - Prepare for R 4.0.0 by adding stringsAsFactors = TRUE where needed Changes in version 2020-01-12 - Make code work with new tidyselect and fix CRAN errors/warnings Changes in version 2019-01-03 - Fix error-prone code that did not properly vectorize if statements Changes in version 2018-11-26 - update to work with new readr version Changes in version 2018-05-27 - updates to work with new testthat package, new dplyr package, and new CRAN policies Changes in version 2017-05-19 - refactor code to work with new versions of dplyr and ggplot2 Changes in version 2016-12-08 - add support for targets for channel 1 and 2, in newer QuantaSoft export formats (v1.7.4) (thanks @acnb) - some improvements to Shiny UI Changes in version 2016-11-11 - fix all ggplot2 code to work with new version ggplot2 2.2.0 - add reference to f1000 paper in shiny app About section - suppress messages from readr - upgrade to DT v0.2 Changes in version 2016-08-03 - better error message when trying to read directory that doesn't have any data files (#10) - changed default droplet volume to 85 nL based on literature (@seaaan) (#12) - change one unit test from expect_identical to expect_equal to reflect a change in readr (#13) Changes in version 2016-06-24 Small internal changes to reflect dplyr update Changes in version 2016-06-03 Prepare for re-release to CRAN and to F1000Research Changes in version 1.2.0 2016-03-22 - Added a 'dirty' bit to a plate, to keep track of whether any changes to the settings have been made that require a re-run of the analysis. Both the shiny app and the command line inform the user if they are using a dirty plate object - A few bug fixes in the shiny app (don't show in Advanced Settings section the settings that are already shown in Basic Settings, don't show Advanced Settings parameters of other plate types)