[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/21: gnu: Add r-graphlayouts.
From: |
guix-commits |
Subject: |
03/21: gnu: Add r-graphlayouts. |
Date: |
Sat, 7 Sep 2019 18:30:45 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9390300915a642c08a494aa67bf970c9a6ad5ff3
Author: Ricardo Wurmus <address@hidden>
Date: Sun Sep 8 00:17:22 2019 +0200
gnu: Add r-graphlayouts.
* gnu/packages/cran.scm (r-graphlayouts): New variable.
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index bdfc3fb..ac52846 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15273,3 +15273,30 @@ installed fonts across different operating systems.
The 'systemfonts' package
provides bindings to the native libraries for finding font files that can then
be used further by e.g. graphic devices.")
(license license:expat)))
+
+(define-public r-graphlayouts
+ (package
+ (name "r-graphlayouts")
+ (version "0.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "graphlayouts" version))
+ (sha256
+ (base32
+ "03dizbhhdhnzbj2i5zvqgs617kwcv4h2pha4f16adic0fph1rxl3"))))
+ (properties `((upstream-name . "graphlayouts")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-igraph" ,r-igraph)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcpparmadillo" ,r-rcpparmadillo)))
+ (home-page "https://github.com/schochastics/graphlayouts")
+ (synopsis "Additional layout algorithms for network visualizations")
+ (description
+ "This package provides several layout algorithms to visualize networks
+which are not part of the igraph library. Most are based on the concept of
+stress majorization by Gansner et al. (2004)
+<doi:10.1007/978-3-540-31843-9_25>. Some more specific algorithms allow to
+emphasize hidden group structures in networks or focus on specific nodes.")
+ (license license:expat)))
- branch master updated (1d03a91 -> f791b1e), guix-commits, 2019/09/07
- 04/21: gnu: Add r-tidygraph., guix-commits, 2019/09/07
- 01/21: gnu: Add r-covr., guix-commits, 2019/09/07
- 02/21: gnu: Add r-systemfonts., guix-commits, 2019/09/07
- 03/21: gnu: Add r-graphlayouts.,
guix-commits <=
- 13/21: gnu: r-ggformula: Update to 0.9.2., guix-commits, 2019/09/07
- 07/21: gnu: r-rcpparmadillo: Update to 0.9.700.2.0., guix-commits, 2019/09/07
- 05/21: gnu: r-gdtools: Update to 0.2.0., guix-commits, 2019/09/07
- 19/21: gnu: r-gprofiler: Update to 0.6.8., guix-commits, 2019/09/07
- 18/21: gnu: r-annotationhub: Update to 2.16.1., guix-commits, 2019/09/07
- 06/21: gnu: r-devtools: Update to 2.2.0., guix-commits, 2019/09/07
- 11/21: gnu: r-ggpubr: Update to 0.2.3., guix-commits, 2019/09/07
- 08/21: gnu: r-matrixstats: Update to 0.55.0., guix-commits, 2019/09/07
- 10/21: gnu: r-geometry: Update to 0.4.4., guix-commits, 2019/09/07
- 12/21: gnu: r-insight: Update to 0.5.0., guix-commits, 2019/09/07