generated from r-hyperspec/pkg-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.08 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
Package: hySpc.read.ENVI
Type: Package
Version: 0.0.0.9000
Title: File Import Functions for Spectra in ENVI File Formats
Description: File import functions for spectra in ENVI file formats.
Authors@R: c(
person("Claudia", "Beleites", role = c("aut", "cre"), email = "[email protected]"),
person("Sang", "Truong", role = c("aut"), email = "[email protected]"),
person("Vilmantas", "Gegzna", role = c("aut")),
person("Roman", "Kiselev", role = c("aut"))
)
License: GPL (>= 3)
Encoding: UTF-8
LazyLoad: yes
Additional_repositories:
https://r-hyperspec.github.io/pkg-repo/
Depends:
hyperSpec
Imports:
hySpc.testthat,
testthat,
methods,
utils,
bookdown
Suggests:
knitr,
covr,
rmarkdown,
styler
URL:
https://r-hyperspec.github.io/hySpc.read.ENVI,
https://github.com/r-hyperspec/hySpc.read.ENVI
BugReports: https://github.com/r-hyperspec/hySpc.read.ENVI/issues
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Collate:
'package.R'
'read_ENVI.R'
'read_ENVI_HySpex.R'
'read_ENVI_Nicolet.R'