[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/53: gnu: Add r-qgraph.
From: |
guix-commits |
Subject: |
29/53: gnu: Add r-qgraph. |
Date: |
Sat, 22 Feb 2020 14:46:14 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 50de6fde50470db76372d5df4acbcba94c61b7d2
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Tue Feb 4 14:15:00 2020 +0100
gnu: Add r-qgraph.
* gnu/packages/cran.scm (r-qgraph): New variable.
---
gnu/packages/cran.scm | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 99b7805..8a0dc2d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20011,3 +20011,52 @@ fitting of some classes of graphical Markov models.")
"This packages is intended to make it easy to create D3 JavaScript
network, tree, dendrogram, and Sankey graphs from R using data frames.")
(license license:gpl3+)))
+
+(define-public r-qgraph
+ (package
+ (name "r-qgraph")
+ (version "1.6.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "qgraph" version))
+ (sha256
+ (base32
+ "1glg814h7fwl1jfm6dw1d9i80bilmj5jcjjrfln15byrdh4mm1j3"))))
+ (properties `((upstream-name . "qgraph")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-abind" ,r-abind)
+ ("r-bdgraph" ,r-bdgraph)
+ ("r-colorspace" ,r-colorspace)
+ ("r-corpcor" ,r-corpcor)
+ ("r-d3network" ,r-d3network)
+ ("r-dplyr" ,r-dplyr)
+ ("r-fdrtool" ,r-fdrtool)
+ ("r-ggm" ,r-ggm)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-ggraph" ,r-ggraph)
+ ("r-glasso" ,r-glasso)
+ ("r-gtools" ,r-gtools)
+ ("r-hmisc" ,r-hmisc)
+ ("r-huge" ,r-huge)
+ ("r-igraph" ,r-igraph)
+ ("r-jpeg" ,r-jpeg)
+ ("r-lavaan" ,r-lavaan)
+ ("r-matrix" ,r-matrix)
+ ("r-pbapply" ,r-pbapply)
+ ("r-plyr" ,r-plyr)
+ ("r-png" ,r-png)
+ ("r-psych" ,r-psych)
+ ("r-rcpp" ,r-rcpp)
+ ("r-reshape2" ,r-reshape2)
+ ("r-tidygraph" ,r-tidygraph)))
+ (home-page "http://sachaepskamp.com/qgraph/")
+ (synopsis "Weighted network visualization and analysis")
+ (description
+ "This package implements tools for weighted network visualization and
+analysis, as well as Gaussian graphical model computation. It contains graph
+plotting methods, and tools for psychometric data visualization and graphical
+model estimation. See Epskamp et al. (2012)
+@url{doi:10.18637/jss.v048.i04}.")
+ (license license:gpl2)))
- 43/53: gnu: r-fda: Update to 2.4.8.1., (continued)
- 43/53: gnu: r-fda: Update to 2.4.8.1., guix-commits, 2020/02/22
- 47/53: gnu: r-openmx: Update to 2.17.2., guix-commits, 2020/02/22
- 38/53: gnu: r-vctrs: Update to 0.2.3., guix-commits, 2020/02/22
- 46/53: gnu: r-stanheaders: Update to 2.19.2., guix-commits, 2020/02/22
- 53/53: gnu: r-ggm: Move to (gnu packages bioconductor)., guix-commits, 2020/02/22
- 52/53: gnu: r-pbkrtest: Update to 0.4-8.6., guix-commits, 2020/02/22
- 31/53: gnu: Add r-cdm., guix-commits, 2020/02/22
- 33/53: gnu: Add r-erm., guix-commits, 2020/02/22
- 37/53: gnu: r-tsp: Update to 1.1-9., guix-commits, 2020/02/22
- 28/53: gnu: Add r-d3network., guix-commits, 2020/02/22
- 29/53: gnu: Add r-qgraph.,
guix-commits <=
- 34/53: gnu: Add r-irtoys., guix-commits, 2020/02/22
- 48/53: gnu: r-ggm: Update to 2.5., guix-commits, 2020/02/22
- 44/53: gnu: r-forecast: Update to 8.11., guix-commits, 2020/02/22
- 45/53: gnu: r-regsem: Update to 1.5.2., guix-commits, 2020/02/22
- 49/53: gnu: r-qgraph: Update to 1.6.5., guix-commits, 2020/02/22
- 50/53: gnu: r-mice: Update to 3.8.0., guix-commits, 2020/02/22
- 51/53: gnu: r-rpf: Update to 1.0.2., guix-commits, 2020/02/22
- 36/53: gnu: r-squarem: Update to 2020.2., guix-commits, 2020/02/22