-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
31 lines (31 loc) · 1.12 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
Package: spectrolab
Type: Package
Title: Class and Methods for Spectral Data
Version: 0.0.19
Date: 2024-12-12
Authors@R: c(person("Jose Eduardo", "Meireles",email = "jemeireles@gmail.com", role = c("aut", "cre")),
person("Anna K.", "Schweiger", email = "anna.k.schweiger@gmail.com", role = "aut"),
person("Jeannine", "Cavender-Bares", email = "cavender@umn.edu", role = "aut")
)
Description: Input/Output, processing and visualization of spectra taken with different spectrometers, including SVC (Spectra Vista), ASD and PSR (Spectral Evolution). Implements an S3 class 'spectra' that other packages can build on. Provides methods to access, plot, manipulate, splice sensor overlap, vector normalize and smooth spectra.
License: GPL-3
URL: https://CRAN.R-project.org/package=spectrolab
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0),
stats
Suggests:
covr,
tinytex,
knitr (>= 1.30),
rmarkdown (>= 2.5),
testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports:
grDevices,
parallel,
RColorBrewer (>= 1.0),
shiny (>= 1.5.0),
shinyjs (>= 1.1)
RoxygenNote: 7.3.2