guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/23: gnu: Add r-blockmodeling.


From: guix-commits
Subject: 05/23: gnu: Add r-blockmodeling.
Date: Tue, 12 Mar 2019 17:48:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f3233beec5c403e95e0ab102fd4d109dffd59219
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Mar 12 22:08:59 2019 +0100

    gnu: Add r-blockmodeling.
    
    * gnu/packages/cran.scm (r-blockmodeling): 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 67a1950..ac0d497 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10868,3 +10868,30 @@ convert standard @code{%dopar%} loops into fully 
reproducible loops,
 independently of the number of workers, the task scheduling strategy, or the
 chosen parallel environment and associated foreach backend.")
     (license license:gpl2+)))
+
+(define-public r-blockmodeling
+  (package
+    (name "r-blockmodeling")
+    (version "0.3.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "blockmodeling" version))
+       (sha256
+        (base32
+         "11v9903y9dwlzaqp8sx0fsibcg82phvappddy37r8lnxd4vchsd2"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-doparallel" ,r-doparallel)
+       ("r-dorng" ,r-dorng)
+       ("r-foreach" ,r-foreach)
+       ("r-matrix" ,r-matrix)))
+    (native-inputs `(("gfortran" ,gfortran)))
+    (home-page "https://cran.r-project.org/web/packages/blockmodeling";)
+    (synopsis "Generalized and classical blockmodeling of valued networks")
+    (description
+     "This package is primarily meant as an implementation of generalized
+blockmodeling for valued networks.  In addition, measures of similarity or
+dissimilarity based on structural equivalence and regular equivalence (REGE
+algorithms) can be computed and partitioned matrices can be plotted.")
+    (license license:gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]