forked from DataSlingers/MoMA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 953 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
Package: MoMA
Title: MoMA - Modern Multivariate Analysis in R
Version: 0.1
Date: 2018-05-07
Authors@R: c(
person("Michael", "Weylandt", email="[email protected]", role=c("aut", "cre")),
person("Genevera", "Allen", email="[email protected]", role="aut"),
person("Luofeng", "Liao", email="[email protected]", role="aut"),
person("Nicholas", "Johnson", role = "cph", comment = "src/moma_prox_flsadp.cpp")
)
Description: Unified approach to modern multivariate analysis providing sparse,
smooth, and structured versions of PCA, PLS, LDA, and CCA.
License: GPL (>= 2)
Imports: Rcpp, R6
Suggests:
knitr,
rmarkdown,
testthat,
covr,
devtools,
stringr,
flsa,
cvxclustr,
SLOPE
LinkingTo: Rcpp (>= 0.12.0), RcppArmadillo (>= 0.8.300.1.0)
RoxygenNote: 6.1.1
VignetteBuilder: knitr
URL: https://github.com/michaelweylandt/MoMA
BugReports: https://github.com/michaelweylandt/MoMA/issues