forked from sdechaumet/ramopls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.01 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
Package: rAMOPLS
Title: rAMOPLS: Perform ANOVA-Multiblock Orthogonal Partial Least Square Analysis
Version: 0.2
Authors@R: c(
person("Sylvain", "Dechaumet", email = "[email protected]", role = c("aut", "cre")),
person("Julien", "Boccard", email = "[email protected]", role = c("aut", "rev")),
person("Baptiste", "Jolivet", email = "[email protected]", role = c("aut", "ctr")))
Description: A tool to perform AMOPLS analysis as described by Boccard et al., 2016 with balanced and unbalanced groups using the subsampling strategy described by Gonzalez et al., 2017.
Depends:
R (>= 3.5.0),
data.table,
magrittr
License: file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
usethis,
roxygen2,
kopls,
devtools,
zip,
graphics
VignetteBuilder: knitr
Imports:
ggplot2,
ggrepel,
ggpubr,
progress,
stats
RoxygenNote: 7.1.1
Enhances:
future,
furrr,
logger,
covr