-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
37 lines (37 loc) · 1.01 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
Package: opusreader
Title: Reading OPUS Binary Files in R
Version: 0.4.2
Authors@R: c(
person(
given = "Philipp",
family = "Baumann",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1244-8131")
),
person(
given = "Pierre",
family = "Roudier",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7431-2603")
))
Description: A driver and associated functions for FTIR spectroscopy data recorded in
the OPUS binary format, which is commonly used by Bruker FTIR spectrometers.
URL: https://github.com/pierreroudier/opusreader
BugReports: https://github.com/pierreroudier/opusreader/issues
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Collate:
'opus_read_raw.R'
'opus_read_file.R'
'opusreader.R'
'data.R'
Imports:
stats
Suggests:
pbapply,
testthat