-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.08 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
Package: sparseCorrespondenceAnalysis
Title: Sparse Correspondence Analysis
Version: 1.0
Authors@R:
c(person("Vincent", "Guillemot", ,
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7421-0655")),
person("Ju-Chi", "Yu", ,
role = "aut",
comment = c(ORCID = "0000-0002-6360-1861")),
person("Hervé", "Abdi", ,
role = "aut",
comment = c(ORCID = "0000-0002-6360-1861")))
Description:
This package contains the reproducible code for the paper
"From Plain to Sparse Correspondence Analysis:
A Principal Component Analysis Approach" (Abdi et al., 2022).
More precisely, it contains the code to reproduce all
the figures.
License: MIT + file LICENSE
Depends: R (>= 3.5.0), PMA, ggplot2, ggrepel
Imports: dplyr, pheatmap, prettyGraphs
Suggests: knitr, rmarkdown
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
VignetteBuilder: knitr, rmarkdown
URL: https://vguillemot.github.io/sparseCorrespondenceAnalysis/