aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2025-01-22 17:28:54 +0100
committerJohannes Ranke <johannes.ranke@jrwb.de>2025-01-22 17:28:54 +0100
commit4384c9c3680f6a5cfdb59b325b1f6039b555848c (patch)
tree6124c5e1b802373163ffc4f8f331c7c756d81c72
parentc7b841c93dc2f3228dfe65ebd3bdd7a7f546fb96 (diff)
Add Anil A. Tellbuescher as author, NEWS
-rw-r--r--DESCRIPTION9
-rw-r--r--NEWS.md4
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
diff --git a/NEWS.md b/NEWS.md
index 5e86e24..a680498 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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

Contact - Imprint