-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 914 Bytes
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 914 Bytes
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
Package: epca
Type: Package
Title: Exploratory Principal Component Analysis
Version: 1.1.0
Date: 2023-07-10
Authors@R:
person(given = "Fan", family = "Chen",
role = c("aut", "cre"),
email = "fan.chen@wisc.edu",
comment = c(ORCID = "0000-0003-4508-6023"))
Description:
Exploratory principal component analysis for large-scale dataset, including sparse principal component analysis and sparse matrix approximation.
URL: https://github.com/fchen365/epca
BugReports: https://github.com/fchen365/epca/issues
License: GPL-3
Depends: R (>= 3.5),
Imports:
clue,
irlba,
Matrix,
GPArotation,
Suggests:
elasticnet,
ggcorrplot,
tidyverse,
rmarkdown,
reshape2,
markdown,
RSpectra,
matlabr,
knitr,
PMA,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr, rmarkdown
Encoding: UTF-8
RoxygenNote: 7.2.3