Skip to content

Releases: zsteinmetz/envalysis

envalysis v0.7.0+cran

20 Mar 15:06
Compare
Choose a tag to compare

New Features

  • predict() method for class 'calibration'

envalysis v0.6.0+cran

20 Sep 16:28
Compare
Choose a tag to compare

New Features

  • Inverse predict concentrations from calibration curves using inv_predict()
  • as.list() method for class 'calibration'
  • pkgdown documentation

Minor Improvements

  • Code coverage
  • GitHub Actions for macOS
  • Don't export mselect() fork anymore; use drc::mselect() instead

envalysis v0.5.5+cran

07 Aug 15:54
Compare
Choose a tag to compare

Minor Improvements

  • The check_assumptions argument in calibration() is now less verbose; test results may be retrieved by calling print()
  • Replaced size argument in ggplot2::element_rect() and ggplot2::element_line() with linewidth
  • Update SOP for particle size estimations using texture()
  • Changed maintainer email address
  • Corrected typos

envalysis v0.5.4+cran

07 Oct 16:23
Compare
Choose a tag to compare

Bug Fixes

  • skip tests for ggplot2 v3.4.0 due to deprecation warnings; replace size argument in ggplot2::element_rect() with linewidth later

envalysis v0.5.3+cran

21 Sep 09:37
Compare
Choose a tag to compare

Minor Improvements

  • Update GitHub Actions
  • Tidy news file

Bug Fixes

  • Fix 'invalid nsmall argument' error when using signifig() with certain value combinations
  • Fixed moved URLs

envalysis v0.5.1+cran

05 Mar 17:06
Compare
Choose a tag to compare

New features

  • Finding optimum weights for weighted calibrations using weight_select()
  • Calculating matrix effects (signal suppression/enhancement) with matrix_effect()
  • calibration() now checks for model assumptions

Minor improvements

  • Additional "blanks" parameter introduced to calibration(), lod(), and loq()
  • Snapshot testing
  • Improved and more consistent documentation

envalysis v0.4.2+cran

05 Feb 08:04
Compare
Choose a tag to compare

Minor improvements

  • Move to testthat 3rd edition

Bug fixes

  • Fix regression when using weights in calibration()

envalysis v0.4.1+cran

21 Jan 16:20
Compare
Choose a tag to compare

New features

  • First preparations for weights support in calibration()

Minor improvements

  • Rename master branch to main

Bug fixes

  • Update testthat::expect_equal() calls to keep compatibility with R 4.1.0

envalysis v0.4.0+cran

17 Apr 16:14
Compare
Choose a tag to compare

Minor improvements

  • texture() now takes data as formula
  • tibble support for texture()
  • loq() iterates only until significant digits won't change anymore

Bug fixes

  • Force percentage bounds for texture() to 0 and 100
  • Increased margins for theme_publish()

envalysis v0.3.3+cran

03 May 12:08
Compare
Choose a tag to compare

Minor improvements

  • First CRAN release
  • Better package description
  • loq() now uses iterations instead of estimating the value from lod()

Bug fixes

  • Better handling of unbalanced designs in calibration()
  • Reimplementation of drc's mselect() for texture() to get rid of global variables

Defunct functions

  • make.raw(), use rep() instead