gnu: Add r-statnet-common.
authorRicardo Wurmus <rekado@elephly.net>
Fri, 2 Mar 2018 21:22:20 +0000 (22:22 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Fri, 2 Mar 2018 21:23:18 +0000 (22:23 +0100)
* gnu/packages/cran.scm (r-statnet-common): New variable.

gnu/packages/cran.scm

index 211d292..e06eb60 100644 (file)
@@ -2245,3 +2245,23 @@ published results; and a routine for graphical display.")
 @code{network} class can represent a range of relational data types, and
 supports arbitrary vertex/edge/graph attributes.")
     (license license:gpl2+)))
+
+(define-public r-statnet-common
+  (package
+    (name "r-statnet-common")
+    (version "4.0.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "statnet.common" version))
+        (sha256
+          (base32
+            "0yw6l5b4qv0jqlg4zyczas7m12a5pyqghs6ydxy2f6v6vxkijvi0"))))
+    (properties
+      `((upstream-name . "statnet.common")))
+    (build-system r-build-system)
+    (home-page "http://www.statnet.org")
+    (synopsis "R scripts and utilities used by the Statnet software")
+    (description "This package provides non-statistical utilities used by the
+software developed by the Statnet Project.")
+    (license license:gpl3)))