-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·52 lines (51 loc) · 1.55 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
Package: SpatMCA
Title: Regularized Spatial Maximum Covariance Analysis
Version: 1.0.6
Authors@R: c(person(
given = "Wen-Ting",
family = "Wang",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3051-7302")
),
person(
given = "Hsin-Cheng",
family = "Huang",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-5613-349X")
)
)
URL: https://egpivo.github.io/SpatMCA/, https://github.com/egpivo/SpatMCA
BugReports: https://github.com/egpivo/SpatMCA/issues
Description: Provide regularized maximum covariance analysis incorporating smoothness,
sparseness and orthogonality of couple patterns by using the alternating direction method
of multipliers algorithm. The method can be applied to either regularly or irregularly
spaced data, including 1D, 2D, and 3D (Wang and Huang, 2018 <doi:10.1002/env.2481>).
License: GPL (>= 2)
Depends:
R (>= 3.4.0)
Imports:
Rcpp (>= 1.0.12),
RcppParallel (>= 5.1.7),
MASS,
ggplot2,
scales
LinkingTo: Rcpp, RcppArmadillo, RcppParallel
Suggests:
testthat (>= 2.1.0),
RColorBrewer,
plot3D,
pracma,
spTimer,
fields,
maps,
covr,
V8
SystemRequirements: GNU make
NeedsCompilation: yes
Maintainer: Wen-Ting Wang <[email protected]>
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3