generated from r-hyperspec/pkg-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.24 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
Package: hySpc.read.jdx
Type: Package
Version: 1.0.0
Date: 2021-08-12
Title: Import Spectra in JCAMP-DX File Formats to 'hyperSpec'
Description: Import files written in the Joint Committee on Atomic and Molecular
Physical Data Data Exchange format (JCAMP-DX). The imported
data are returned as 'hyperSpec' objects. A wrapper for the
'readJDX' package.
Authors@R: c(
person("Sang", "Truong", role = "aut", email = "[email protected]"),
person("Bryan A.", "Hanson", role = c("aut", "cre"), email = "[email protected]",
comment = "creator of readJDX"),
person("Vilmantas", "Gegzna", role = "aut")
)
License: MIT + file LICENSE
Encoding: UTF-8
LazyLoad: yes
Additional_repositories:
https://r-hyperspec.github.io/pkg-repo/
Depends:
hyperSpec (>= 0.100.0),
readJDX
Imports:
testthat (>= 3.0.0),
methods,
utils,
roxut
Suggests:
covr
URL:
https://r-hyperspec.github.io/hySpc.read.jdx,
https://github.com/r-hyperspec/hySpc.read.jdx
BugReports: https://github.com/r-hyperspec/hySpc.read.jdx/issues
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE,
packages = "roxut",
roclets = c("namespace", "rd", "roxut::tests_roclet"))
Config/testthat/edition: 3