-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 808 Bytes
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 808 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
38
39
40
Package: clustNet
Type: Package
Title: Network-Based Clustering
Version: 1.2.0
Authors@R:
c(person(given = "Fritz",
family = "Bayer",
role = c("aut", "cre", "cph"),
email = "frbayer@ethz.ch"),
person(given = "Jack",
family = "Kuipers",
role = "ctb"))
Description: Network-based clustering using a Bayesian network mixture model with optional covariate adjustment.
Depends:
R (>= 3.5.0)
Encoding: UTF-8
License: GPL-3
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
ggraph,
ggpubr,
ggplot2,
grDevices,
reshape2,
car,
ks,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports:
BiDAG (>= 2.0.2),
pcalg,
RBGL,
parallel,
clue,
methods,
graph,
igraph
Config/testthat/edition: 3