[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/53: gnu: Add r-d3network.
From: |
guix-commits |
Subject: |
28/53: gnu: Add r-d3network. |
Date: |
Sat, 22 Feb 2020 14:46:14 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit d74e9f8fe9dca2960b3108d4c4ce5937df7c1635
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Tue Feb 4 14:12:49 2020 +0100
gnu: Add r-d3network.
* gnu/packages/cran.scm (r-d3network): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b528e0b..99b7805 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19987,3 +19987,27 @@ on a continuous-time birth-death process.")
"This package provides functions and datasets for maximum likelihood
fitting of some classes of graphical Markov models.")
(license license:gpl2+)))
+
+(define-public r-d3network
+ (package
+ (name "r-d3network")
+ (version "0.5.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "d3Network" version))
+ (sha256
+ (base32
+ "1gh979z9wksyxxxdzlfzibn0ysvf6h1ij7vwpd55fvbwr308syaw"))))
+ (properties `((upstream-name . "d3Network")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-plyr" ,r-plyr)
+ ("r-rjson" ,r-rjson)
+ ("r-whisker" ,r-whisker)))
+ (home-page "http://christophergandrud.github.io/d3Network/")
+ (synopsis "Create D3 JavaScript network, tree, dendrogram, and Sankey
graphs")
+ (description
+ "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+)))
- 42/53: gnu: r-acebayes: Update to 1.9., (continued)
- 42/53: gnu: r-acebayes: Update to 1.9., guix-commits, 2020/02/22
- 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 <=
- 29/53: gnu: Add r-qgraph., guix-commits, 2020/02/22
- 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