-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·55 lines (55 loc) · 1.62 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
Package: SpatPCA
Title: Regularized Principal Component Analysis for Spatial Data
Version: 1.3.7
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")
)
)
Description: Provide regularized principal component analysis incorporating smoothness, sparseness and orthogonality of eigen-functions
by using the alternating direction method of multipliers algorithm (Wang and Huang, 2017, <DOI:10.1080/10618600.2016.1157483>). The
method can be applied to either regularly or irregularly spaced data, including 1D, 2D, and 3D.
License: GPL (>= 2)
LazyData: true
ByteCompile: true
BugReports: https://github.com/egpivo/SpatPCA/issues
Depends:
R (>= 3.4.0)
Imports:
Rcpp (>= 1.0.12),
RcppParallel (>= 5.1.7),
ggplot2
LinkingTo: Rcpp, RcppArmadillo, RcppParallel
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
dplyr (>= 1.0.3),
gifski,
tidyr,
fields,
scico,
plot3D,
pracma,
RColorBrewer,
maps,
covr,
styler,
V8
SystemRequirements: GNU make
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
URL: https://egpivo.github.io/SpatPCA/, https://github.com/egpivo/SpatPCA
Config/testthat/edition: 3