[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/13: gnu: Add r-intergraph.
From: |
guix-commits |
Subject: |
05/13: gnu: Add r-intergraph. |
Date: |
Tue, 7 Sep 2021 08:11:48 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 797d0bcb1a7313eb14e1494d21149900f2ba032b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 7 12:48:46 2021 +0200
gnu: Add r-intergraph.
* gnu/packages/cran.scm (r-intergraph): 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 03dcf1c..572dcb7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9501,6 +9501,33 @@ replication/preservation of a network module's topology
across datasets
through permutation testing.")
(license license:gpl2)))
+(define-public r-intergraph
+ (package
+ (name "r-intergraph")
+ (version "2.0-2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "intergraph" version))
+ (sha256
+ (base32
+ "18a7xgb2rp0w9jl2rkh8nzyjprrs5w7h2iidvc8c38bzx3qpggkc"))))
+ (properties `((upstream-name . "intergraph")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-igraph" ,r-igraph)
+ ("r-network" ,r-network)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "http://mbojan.github.io/intergraph")
+ (synopsis "Coercion routines for network data objects")
+ (description
+ "Functions implemented in this package allow to coerce (i.e. convert)
+network data between classes provided by other R packages. Currently
+supported classes are those defined in packages @code{network} and
+@code{igraph}.")
+ (license license:gpl3)))
+
(define-public r-abcoptim
(package
(name "r-abcoptim")
- branch master updated (aed1504 -> 83f020c), guix-commits, 2021/09/07
- 05/13: gnu: Add r-intergraph.,
guix-commits <=
- 01/13: gnu: Add r-nsprcomp., guix-commits, 2021/09/07
- 04/13: gnu: Add r-netrep., guix-commits, 2021/09/07
- 02/13: gnu: Add r-cmplot., guix-commits, 2021/09/07
- 03/13: gnu: Add r-precrec., guix-commits, 2021/09/07
- 08/13: gnu: Add r-gam., guix-commits, 2021/09/07
- 09/13: gnu: Add r-superlearner., guix-commits, 2021/09/07
- 06/13: gnu: Add r-ggnetwork., guix-commits, 2021/09/07
- 07/13: gnu: Add r-cvauc., guix-commits, 2021/09/07
- 10/13: gnu: Add r-drtmle., guix-commits, 2021/09/07
- 12/13: gnu: Add r-superheat., guix-commits, 2021/09/07