predict()
method for class 'calibration
'
- Inverse predict concentrations from calibration curves using
inv_predict()
as.list()
method for class 'calibration
'- pkgdown documentation
- Code coverage
- GitHub Actions for macOS
- Don't export
mselect()
fork anymore; use drc::mselect()
instead
- The
check_assumptions
argument incalibration()
is now less verbose; test results may be retrieved by callingprint()
- Replaced
size
argument in ggplot2::element_rect()
and ggplot2::element_line()
withlinewidth
- Update SOP for particle size estimations using
texture()
- Changed maintainer email address
- Corrected typos
- skip tests for ggplot2 v3.4.0 due to deprecation warnings; replace
size
argument in ggplot2::element_rect()
withlinewidth
later
- Fixed moved URLs
- Update GitHub Actions
- Tidy news file
- Fix 'invalid nsmall argument' error when using
signifig()
with certain value combinations
- Finding optimum weights for weighted calibrations using
weight_select()
- Calculating matrix effects (signal suppression/enhancement) with
matrix_effect()
calibration()
now checks for model assumptions
- Additional "blanks" parameter introduced to
calibration()
,lod()
, andloq()
- Snapshot testing
- Improved and more consistent documentation
- Move to testthat 3rd edition
- Fix regression when using weights in
calibration()
- First preparations for weights support in
calibration()
- Rename master branch to main
- Update
testthat::expect_equal()
calls to keep compatibility with R 4.1.0
texture()
now takes data as formula- tibble support for
texture()
loq()
iterates only until significant digits won't change anymore
- Force percentage bounds for
texture()
to 0 and 100 - Increased margins for
theme_publish()
- First CRAN release
- Better package description
- Reimplementation of drc's
mselect()
fortexture()
to get rid of global variables
loq()
now uses iterations instead of estimating the value fromlod()
- Better handling of unbalanced designs in
calibration()
make.raw()
, userep()
instead ;-)
- Starting with testthat
signifig()
supports 'siunitx' LaTeX output- Better data handling in
calibration()
- Updated man pages
theme_publish()
updated to work with current ggplot2 versionssignifig()
can handle zeros better
puri.test()
, use lmer on ranks (lme4) with Type II-ANOVA (car) instead
- Temporary fix to make
mselect()
work - TODO: Get rid of assignment to .GlobalEnv
- Switch to drc package for texture curve fitting
texture
class for automatic determination of particle size distribution using a hydrometer in accordance with ASTM D422-63(2007)e2
- updated
theme_publish()
- demo file added
- Confidence intervals CI()
- Root mean square errors
rmse()
- Limit of detection (LOD)
lod()
- Limit of quantification (LOQ)
loq()
- Various sorption isotherms
sorption()
- Convert frequency data back to raw data
make.raw()
- ANOVA on ranks according to Sen and Puri (also known as
Scheirer-Ray-Hare-Test)
puri.test()
- Categorize water drop penetration times according to Bisdom et al. (1993)
bisdom()
- Report significant figures, i.e. round means and erros to the least
significant digit, using
signifig()
- Clean, black-and-white ggplot2 theme for scientific publications
theme_publish()