-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
44 lines (44 loc) · 1.54 KB
/
DESCRIPTION
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: appac
Type: Package
Title: Atmospheric Pressure Peak Area Correction
Version: 0.2.1
Authors@R: c(
person(given = "Rüdiger", family = "Forster", role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0009-0006-4851-7430")),
person(given = "Jaqueline", family = "Leddin", role = "ctb",
email = "[email protected]"),
person(given = "Sebastian", family = "Wolters", role = "ctb"))
Author: Rüdiger Forster [aut, cre] (<https://orcid.org/0009-0006-4851-7430>),
Jaqueline Leddin [ctb],
Sebastian Wolter [ctb]
Maintainer: Rüdiger Forster <[email protected]>
Description: Correct the effect that atmospheric pressure has on the response of
FID and TCD in gas chromatography. Compensate instrumental drift and linearize
detector response. Negotiates experimental errors between a drift object and
a correction object.
License: GPL-3
URL: https://github.com/RuedigerForster/appac
BugReports: https://github.com/RuedigerForster/appac/issues
Encoding: UTF-8
LazyData: TRUE
Imports: methods, stats, utils, dplyr, data.table, Rbeast, VGAM, gridExtra,
ggplot2, ggpubr, patchwork, mathjaxr, moments, car, lmtest
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
RdMacros: mathjaxr
ByteCompile: TRUE
BuildManual: TRUE
VignetteBuilder: knitr
Depends: R (>= 3.5.0)
Collate:
'AllGlobalVariables.R'
'helper.R'
'checks.R'
'plot.R'
'AllClasses.R'
'AllGenerics.R'
'AllMethods.R'
'appac_step_1.R'
'appac_step_2.R'
'appac_step_3.R'
'appac.R'