-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
64 lines (64 loc) · 1.56 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: irpeat
Title: Functions to Analyze Mid Infrared Spectra of Peat Samples
Version: 0.2.0
Authors@R:
c(person(given = "Henning",
family = "Teickner",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3993-1182")),
person(given = "Suzanne B.",
family = "Hodgkins",
role = c("ctb"),
email = "[email protected]"),
person(given = "Chuanyu",
family = "Gao",
role = c("ctb"),
email = "[email protected]"),
person(given = "Klaus-Holger",
family = "Knorr",
role = c("ctb"),
email = "[email protected]")
)
Description: 'irpeat' provides functions to analyze mid infrared
spectra of peat samples (various humification indices, Klason lignin content,
holocellulose content, electron accepting capacity, electron donating
capacity).
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0.0)
Imports:
ir (>= 0.2.0),
dplyr,
purrr,
rlang,
quantities,
Rdpack,
graphics,
utils,
stats,
rstanarm (>= 2.19.3),
lifecycle,
magrittr,
brms
RoxygenNote: 7.2.0
RdMacros:
Rdpack
Suggests:
knitr,
rmarkdown,
elco,
spelling
VignetteBuilder: knitr
Date: 2022-04-21
Roxygen: list(markdown = TRUE)
Language: en-US
URL: https://henningte.github.io/irpeat/
Remotes:
henningte/ir,
henningte/elco
Additional_repositories:
https://github.com/henningte/ir/,
https://github.com/henningte/elco/