mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-graphlayouts: Update to 1.0.0.
* gnu/packages/cran.scm (r-graphlayouts): Update to 1.0.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
c4b04d28d0
commit
f0509acf25
1 changed files with 3 additions and 2 deletions
|
@ -24957,18 +24957,19 @@ (define-public r-systemfonts
|
|||
(define-public r-graphlayouts
|
||||
(package
|
||||
(name "r-graphlayouts")
|
||||
(version "0.8.4")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "graphlayouts" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zch8v0fc9lrm1pklcvi7g4g7zmqq3gxprm7pbdx018b35z8z3bp"))))
|
||||
"1favwyk5jak95jhfyadcdgr53mq8g92z3vdp2662ivaj7lg48mc9"))))
|
||||
(properties `((upstream-name . "graphlayouts")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-igraph r-rcpp r-rcpparmadillo))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/schochastics/graphlayouts")
|
||||
(synopsis "Additional layout algorithms for network visualizations")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue