-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
27 lines (27 loc) · 862 Bytes
/
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
Package: readJDX
Type: Package
Title: Import Data in the JCAMP-DX Format
Version: 0.6.4
Date: 2023-11-18
Authors@R: person(
"Bryan A.", "Hanson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3536-8246"))
Description: Import data written in the JCAMP-DX format. This is an instrument-independent format used in the field of spectroscopy. Examples include IR, NMR, and Raman spectroscopy. See the vignette for background and supported formats. The official JCAMP-DX site is <http://www.jcamp-dx.org/>.
URL: https://github.com/bryanhanson/readJDX
BugReports: https://github.com/bryanhanson/readJDX/issues
License: GPL (>= 3)
ByteCompile: TRUE
Depends:
R (>= 3.0)
Suggests:
knitr,
rmarkdown,
bookdown,
mvbutils
Imports:
stringr
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.3