aboutsummaryrefslogtreecommitdiff
path: root/DESCRIPTION
blob: 85745ed566cff3ee023fd31aefce96e3bb9f40fe (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
Package: chemCal
Version: 0.2.2
Date: 2021-04-15
Title: Calibration Functions for Analytical Chemistry
Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), 
                    email = "jranke@uni-bremen.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. 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: http://github.com/jranke/chemCal/issues
URL: https://pkgdown.jrwb.de/chemCal, https://cgit.jrwb.de/chemCal/about
RoxygenNote: 6.1.1

Contact - Imprint