generated from r-hyperspec/pkg-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.66 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: hySpc.read.txt
Type: Package
Title: File Import Functions for Spectra in Various ASCII or Text File Formats
Version: 0.0.0.9000
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")),
person("Marcel", "Dahms", role = c("aut")),
person("Bjoern", "Egert", role = c("aut"))
)
Description: File import functions for spectra in various ASCII/text file formats.
License: MIT + file LICENSE
URL:
https://r-hyperspec.github.io/hySpc.read.txt/,
https://github.com/r-hyperspec/hySpc.read.txt/
BugReports: https://github.com/r-hyperspec/hySpc.read.txt/issues
Encoding: UTF-8
LazyLoad: yes
LazyData: yes
Additional_repositories:
https://r-hyperspec.github.io/pkg-repo/
Depends:
hyperSpec (>= 0.100.0.9001)
Imports:
hySpc.testthat,
methods,
stats,
utils
Suggests:
bookdown,
covr,
kableExtra,
knitr,
pkgdown,
R.matlab,
sessioninfo,
styler,
testthat (>= 3.0.0),
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Collate:
'count_lines.R'
'helpers.R'
'hySpc.read.txt-package.R'
'messages.R'
'read_asc_Andor.R'
'read_asc_PerkinElmer.R'
'read_dat_WITec_.R'
'read_ini.R'
'read_txt_Graph_WITec_.R'
'read_txt_Horiba.R'
'read_txt_PerkinElmer.R'
'read_txt_Renishaw.R'
'read_txt_Shimadzu.R'
'read_txt_WITec_.R'
'read_txt_WITec_TrueMatch_.R'