forked from UtrechtUniversity/SCCA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.2 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
Package: SCCA
Type: Package
Title: Spectral Clustering Correspondence Analysis in R
Version: 0.9.0.9000
Authors@R: c(
person("Alje", "van Dam", email = "[email protected]", role = "aut", comment = "Leading Scientist"),
person("Mark", "Dekker", email = "[email protected]", role = "aut", comment = "Mathematical foundations of the code"),
person("Kees", "van Eijden", email = "[email protected]", role = c("aut", "cre")),
person("Jonathan", "de Bruin", email = "[email protected]", role = "ctb"),
person("Raoul", "Schram", email = "[email protected]", role = "ctb"),
person("Ignacio", "Morales Castilla", email = "[email protected]", role = "ctb")
)
Description: This R-package is meant to allow application of CA to data that gives rise to modular networks
by first clustering the data using a iterative procedure based on spectral clustering and subsequently
apply CA to each of the individual clusters.
Depends: R (>= 3.5.0)
Imports:
Matrix,
rARPACK,
stats,
rlang,
tibble,
dplyr,
ggplot2,
data.tree
Suggests:
readr,
testthat,
knitr,
rmarkdown
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr