Skip to content
Snippets Groups Projects
Unverified Commit 801dc98f authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: r-ggraph: Update to 2.0.0.

* gnu/packages/cran.scm (r-ggraph): Update to 2.0.0.
[propagated-inputs]: Add r-graphlayouts, r-rlang, and r-tidygraph; remove
r-plyr.
parent 995a20e8
No related branches found
No related tags found
No related merge requests found
...@@ -13881,14 +13881,14 @@ (define-public r-europepmc ...@@ -13881,14 +13881,14 @@ (define-public r-europepmc
(define-public r-ggraph (define-public r-ggraph
(package (package
(name "r-ggraph") (name "r-ggraph")
(version "1.0.2") (version "2.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggraph" version)) (uri (cran-uri "ggraph" version))
(sha256 (sha256
(base32 (base32
"0fpmp326mryd1k1qvacjadksrnhbla8h960i18lmrimzrag7692c")))) "0qj7w3af0pgmd9mil6y571jikfkln7b8csvzg6b08spwbglfy1s3"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-digest" ,r-digest) `(("r-digest" ,r-digest)
...@@ -13896,12 +13896,14 @@ (define-public r-ggraph ...@@ -13896,12 +13896,14 @@ (define-public r-ggraph
("r-ggforce" ,r-ggforce) ("r-ggforce" ,r-ggforce)
("r-ggplot2" ,r-ggplot2) ("r-ggplot2" ,r-ggplot2)
("r-ggrepel" ,r-ggrepel) ("r-ggrepel" ,r-ggrepel)
("r-graphlayouts" ,r-graphlayouts)
("r-gtable" ,r-gtable) ("r-gtable" ,r-gtable)
("r-igraph" ,r-igraph) ("r-igraph" ,r-igraph)
("r-mass" ,r-mass) ("r-mass" ,r-mass)
("r-plyr" ,r-plyr)
("r-rcpp" ,r-rcpp) ("r-rcpp" ,r-rcpp)
("r-rlang" ,r-rlang)
("r-scales" ,r-scales) ("r-scales" ,r-scales)
("r-tidygraph" ,r-tidygraph)
("r-viridis" ,r-viridis))) ("r-viridis" ,r-viridis)))
(home-page "https://cran.r-project.org/web/packages/ggraph/") (home-page "https://cran.r-project.org/web/packages/ggraph/")
(synopsis "Implementation of grammar of graphics for graphs and networks") (synopsis "Implementation of grammar of graphics for graphs and networks")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment