GNU bug report logs -
#39416
Bulk import of R packages
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/cran.scm (r-d3network): New variable.
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d006c3d663..c56d7315b8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20021,3 +20021,29 @@ Mohammadi and Wit (2019) <doi:10.18637/jss.v089.i03>.")
"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+)))
--
2.20.1
This bug report was last modified 5 years and 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.