-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
32 lines (32 loc) · 1.21 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
Package: opusreader2
Title: Read Spectroscopic Data from Bruker OPUS Binary Files
Version: 0.6.3
Authors@R:
c(person(given = "Philipp",
family = "Baumann",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3194-8975")),
person(given = "Thomas",
family = "Knecht",
email = "[email protected]",
role = c("aut")),
person(given = "Pierre",
family = "Roudier",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7431-2603")),
person("spectral-cockpit.com", role = c("cph", "fnd"))
)
Description: Read data from OPUS binary files of Fourier-Transform infrared
spectrometers of the company Bruker Optics GmbH & Co.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/spectral-cockpit/opusreader2
BugReports: https://github.com/spectral-cockpit/opusreader2/issues
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), future.apply, future, progressr
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no