me
/
guix
Archived
1
0
Fork 0

gnu: r-qgraph: Update to 1.6.5.

* gnu/packages/cran.scm (r-qgraph): Update to 1.6.5.
[propagated-inputs]: Remove r-ggm.
master
Ricardo Wurmus 2020-02-22 13:53:39 +01:00
parent 20639438e3
commit 5d947fab43
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -20018,14 +20018,14 @@ network, tree, dendrogram, and Sankey graphs from R using data frames.")
(define-public r-qgraph
(package
(name "r-qgraph")
(version "1.6.4")
(version "1.6.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "qgraph" version))
(sha256
(base32
"1glg814h7fwl1jfm6dw1d9i80bilmj5jcjjrfln15byrdh4mm1j3"))))
"0pwys9irxvp0ap158drplyypkplbmwqinv0fmlsblk7q875cr592"))))
(properties `((upstream-name . "qgraph")))
(build-system r-build-system)
(propagated-inputs
@ -20036,7 +20036,6 @@ network, tree, dendrogram, and Sankey graphs from R using data frames.")
("r-d3network" ,r-d3network)
("r-dplyr" ,r-dplyr)
("r-fdrtool" ,r-fdrtool)
("r-ggm" ,r-ggm)
("r-ggplot2" ,r-ggplot2)
("r-ggraph" ,r-ggraph)
("r-glasso" ,r-glasso)