aboutsummaryrefslogtreecommitdiff
path: root/DESCRIPTION
blob: 9961becb0e9e33797efd4472895d0e3e70e4aff4 (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
Package: chemCal
Version: 0.2.3.9000
Date: 2022-04-01
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")))
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.1.2

Contact - Imprint