-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.47 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
43
44
Package: lightr
Title: Read Spectrometric Data and Metadata
Version: 1.7.1.9000
Authors@R: c(
person("Hugo", "Gruson", role = c("cre", "aut", "cph"),
email = "hugo.gruson+R@normalesup.org",
comment = c(ORCID = "0000-0002-4094-1476")),
person("Rafael", "Maia", role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-7563-9795")),
person("Thomas", "White", role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-3976-1734")),
person("Kotya", "Karapetyan", role = c("ctb", "cph"),
comment = "Author of the MATLAB script to read AvaSoft7 binary files (CC-BY)")
)
Description: Parse various reflectance/transmittance/absorbance spectra file
formats to extract spectral data and metadata, as described in Gruson, White
& Maia (2019) <doi:10.21105/joss.01857>. Among other formats, it can import
files from 'Avantes' <https://www.avantes.com/>, 'CRAIC'
<https://www.microspectra.com/>, and 'OceanInsight' (formerly 'OceanOptics')
<https://www.oceaninsight.com/> brands.
Depends:
R (>= 4.0.0)
Imports:
future.apply,
progressr,
xml2 (>= 1.0.0)
Suggests:
digest,
future,
knitr,
lintr,
pavo,
rmarkdown,
spelling,
testthat (>= 3.0.0),
withr
URL: https://docs.ropensci.org/lightr/, https://github.com/ropensci/lightr
BugReports: https://github.com/ropensci/lightr/issues
License: GPL (>=2)
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Language: en-GB
VignetteBuilder: knitr
Config/testthat/edition: 3