generated from r-hyperspec/pkg-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.39 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
40
41
42
Package: hySpc.read.spe
Type: Package
Version: 0.0.0.9000
Title: File Import Functions for Spectra Produced by Princeton Instruments Spectrometers
Maintainer: Claudia Beleites <Claudia.Beleites@chemometrix.gmbh>
Authors@R: c(
person("Claudia", "Beleites", role = c("aut", "cre"), email = "Claudia.Beleites@chemometrix.gmbh", comment = c(ORCID = "0000-0003-1626-154X")),
person("Roman", "Kiselev", role = c("aut")),
person("Sang", "Truong", role = c("aut"), email = "sttruong@stanford.edu"),
person("Vilmantas", "Gegzna", role = c("aut")),
person("Bryan A.", "Hanson", role = c("ctb"))
)
Description: File import filters for a number of file formats produced by
Princeton Instruments spectrometers.
The imported data are returned as 'hyperSpec' objects.
License: MIT + file LICENSE
Encoding: UTF-8
LazyLoad: yes
LazyData: yes
Additional_repositories:
https://r-hyperspec.github.io/pkg-repo/
Depends:
hyperSpec (>= 0.100.0)
Imports:
methods,
xml2
Suggests:
covr,
roxut,
testthat (>= 3.0.0),
vdiffr (>= 1.0.0)
URL:
https://r-hyperspec.github.io/hySpc.read.spe,
https://github.com/r-hyperspec/hySpc.read.spe
BugReports: https://github.com/r-hyperspec/hySpc.read.spe/issues
RoxygenNote: 7.2.1
Roxygen: list(
markdown = TRUE,
packages = "roxut",
roclets = c("namespace", "rd", "roxut::tests_roclet")
)
Config/testthat/edition: 3