aboutsummaryrefslogtreecommitdiff
path: root/DESCRIPTION
blob: d8a97791079cca1bbd58b8b1ffece6d1a10a72ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: chemCal
Version: 0.2.3.9000
Date: 2025-01-25
Title: Calibration Functions for Analytical Chemistry
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
	according to the Handbook of Chemometrics and Qualimetrics: Part A
	by Massart et al. (1997) There are also functions estimating the limit
	of detection (LOD) and limit of quantification (LOQ).
	The functions work on model objects from - optionally weighted - linear
	regression (lm) or robust linear regression ('rlm' from the 'MASS' package).
License: GPL (>= 2)
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
Encoding: UTF-8
BugReports: https://github.com/jranke/chemCal/issues
URL: https://pkgdown.jrwb.de/chemCal/, https://cgit.jrwb.de/chemCal/about
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2

Contact - Imprint