From c7b841c93dc2f3228dfe65ebd3bdd7a7f546fb96 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 22 Jan 2025 17:14:04 +0100 Subject: Satisfy R CMD check - Depend on R >= 3.5.0, because the format used for the data is not known to earlier R versions - Rename the datasets from `test` to their proper name --- DESCRIPTION | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DESCRIPTION') diff --git a/DESCRIPTION b/DESCRIPTION index 2b680b9..de910c5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,11 @@ 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"))) +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 -- cgit v1.2.3 From 4384c9c3680f6a5cfdb59b325b1f6039b555848c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 22 Jan 2025 17:28:54 +0100 Subject: Add Anil A. Tellbuescher as author, NEWS --- DESCRIPTION | 9 ++++++--- NEWS.md | 4 ++++ 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'DESCRIPTION') 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 -- cgit v1.2.3 From 34b6b8408f1ab8593ba1e9ed89a98830a4b92099 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 22 Jan 2025 17:53:26 +0100 Subject: Use author name in DESCRIPTION as spelled by himself --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DESCRIPTION') diff --git a/DESCRIPTION b/DESCRIPTION index d870c97..d8a9779 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Version: 0.2.3.9000 Date: 2025-01-25 Title: Calibration Functions for Analytical Chemistry Authors@R: c( - person(c("Anil", "A."), "Tellbuescher", role = "aut", + 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", -- cgit v1.2.3