-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.25 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
Package: ir
Title: Functions to Handle and Preprocess Infrared Spectra
Version: 0.3.0
Authors@R:
person(given = "Henning",
family = "Teickner",
role = c("aut", "cre", "cph"),
email = "henning.teickner@uni-muenster.de",
comment = c(ORCID = "0000-0002-3993-1182"))
Description:
Functions to import and handle infrared spectra (import from '.csv' and
Thermo Galactic's '.spc', baseline correction, binning, clipping,
interpolating, smoothing, averaging, adding, subtracting, dividing,
multiplying, plotting).
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2.9000
Depends:
R (>= 4.0.0)
Imports:
tidyr,
dplyr,
purrr,
tibble,
ggplot2,
stringr,
ChemoSpec (>= 5.2.12),
hyperSpec (>= 0.99.20200527),
signal,
grDevices,
rlang,
methods,
units,
Rdpack,
magrittr,
stats,
lifecycle,
baseline,
quantities
Suggests:
kableExtra,
fda,
knitr,
rmarkdown,
spelling,
vctrs,
tidyselect
VignetteBuilder:
knitr
RdMacros:
Rdpack
Date: 2022-06-15
Roxygen: list(markdown = TRUE)
URL: https://henningte.github.io/ir/, https://github.com/henningte/ir/
BugReports: https://github.com/henningte/ir/issues/
Language: en-US