diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-01-22 18:00:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-22 18:00:22 +0100 |
commit | 7790a01c57797eadf70454211b8255f9e3560393 (patch) | |
tree | ff5ee5503c23183f4a13ed6eb8b3843a1a662536 /DESCRIPTION | |
parent | d36f7665da7ed855885bbbcd17b203d3e8804bab (diff) | |
parent | 34b6b8408f1ab8593ba1e9ed89a98830a4b92099 (diff) |
add linearity tests for calibration data
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 2b680b9..d8a9779 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,14 @@ Package: chemCal Version: 0.2.3.9000 -Date: 2024-11-17 +Date: 2025-01-25 Title: Calibration Functions for Analytical Chemistry -Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), - email = "johannes.ranke@jrwb.de", - comment = c(ORCID = "0000-0003-4371-6538"))) +Authors@R: c( + person(c("Anıl", "A."), "Tellbüscher", role = "aut", + comment = "Linearity tests"), + person("Johannes", "Ranke", role = c("aut", "cre", "cph"), + email = "johannes.ranke@jrwb.de", + comment = c(ORCID = "0000-0003-4371-6538"))) +Depends: R (>= 3.5.0) Suggests: MASS, knitr, testthat, investr, covr, rmarkdown Description: Simple functions for plotting linear calibration functions and estimating standard errors for measurements |