-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
43 lines (43 loc) · 1002 Bytes
/
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
Package: eemR
Type: Package
Title: Tools for Pre-Processing Emission-Excitation-Matrix (EEM) Fluorescence
Data
Version: 1.0.1.9000
Authors@R: person("Philippe", "Massicotte", email = "[email protected]",
role = c("aut", "cre"))
Description: Provides various tools for preprocessing Emission-Excitation-Matrix (EEM) for Parallel Factor Analysis (PARAFAC). Different
methods are also provided to calculate common metrics such as humification index and fluorescence index.
License: GPL (>= 2)
BugReports: https://github.com/PMassicotte/eemR/issues
URL: https://github.com/PMassicotte/eemR
Depends:
R (>= 3.2.1)
LazyData: TRUE
Imports:
stringr,
dplyr,
R.matlab,
pracma,
stats,
rlist,
viridis,
purrr,
assertthat
RoxygenNote: 7.1.2
Suggests:
cdom,
magrittr,
testthat (>= 2.1.0),
knitr,
rmarkdown,
ggplot2,
plot3D,
extrafont,
tidyr,
shiny,
DT,
MBA,
here,
covr
VignetteBuilder: knitr
Encoding: UTF-8