diff options
-rw-r--r-- | DESCRIPTION | 9 | ||||
-rw-r--r-- | NEWS.md | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index de910c5..d870c97 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,9 +2,12 @@ Package: chemCal Version: 0.2.3.9000 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("Anil", "A."), "Tellbuescher", 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 @@ -1,3 +1,7 @@ +# chemCal 0.2.3.9000 + +- 'R/linearity.R', 'data/din38402*.rda': Add linearity tests and data from DIN 38402 using a pull request by Anil Axel Tellbüscher + # chemCal 0.2.3 - Make the use of the 'investr' package conditional in testthat tests, update maintainer e-mail address |