-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1.15 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
Package: qgraph
Type: Package
Title: Graph Plotting Methods, Psychometric Data Visualization and Graphical Model Estimation
Version: 1.9.8
Authors@R: c(
person("Sacha", "Epskamp", email = "[email protected]",role = c("aut", "cre")),
person("Giulio", "Costantini", role = c("aut")),
person("Jonas", "Haslbeck", role = c("aut")),
person("Adela", "Isvoranu", role = c("aut")),
person("Angelique O. J.", "Cramer", role = c("ctb")),
person("Lourens J.", "Waldorp", role = c("ctb")),
person("Verena D.", "Schmittmann", role = c("ctb")),
person("Denny", "Borsboom", role = c("ctb")))
Maintainer: Sacha Epskamp <[email protected]>
Depends: R (>= 3.0.0)
Imports: Rcpp (>= 1.0.0), methods, grDevices, psych, lavaan, plyr, Hmisc, igraph, jpeg, png, colorspace, Matrix, corpcor, reshape2, ggplot2, glasso, fdrtool, gtools, parallel, pbapply, abind
ByteCompile: yes
Description: Fork of qgraph - Weighted network visualization and analysis, as well as Gaussian graphical model computation. See Epskamp et al. (2012) <doi:10.18637/jss.v048.i04>.
BugReports: https://github.com/SachaEpskamp/qgraph
License: GPL-2
LazyLoad: yes
LinkingTo: Rcpp
Suggests: BDgraph, huge