generated from r-hyperspec/pkg-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
39 lines (39 loc) · 1.09 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.spc
Type: Package
Version: 0.0.0.9001
Title: Import Thermo Galactic's .spc File Format into a hyperSpec Object
Description: Import Thermo Galactic's .spc file format into a hyperSpec object.
Authors@R: c(
person("Claudia", "Beleites", role = c("aut","cre"), email = "[email protected]"),
person("Erick", "Oduniyi", role = c("aut"), email = "[email protected]"),
person("Vilmantas", "Gegzna", role = c("aut")),
person("Bryan A.", "Hanson", role = c("aut"))
)
License: MIT + file LICENSE
Encoding: UTF-8
LazyLoad: yes
Depends:
hyperSpec (>= 0.100.0.9000)
Imports:
hySpc.testthat,
utils,
methods,
Suggests:
knitr,
covr,
rmarkdown,
qpdf,
bookdown
Additional_repositories:
https://r-hyperspec.github.io/pkg-repo/
URL:
https://r-hyperspec.github.io/hySpc.read.spc,
https://github.com/r-hyperspec/hySpc.read.spc
BugReports: https://github.com/r-hyperspec/hySpc.read.spc/issues
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Collate:
"package.R"
"read_spc.R"
"read_spc_Kaiser.R"
"read_spc_Shimadzu.R"