me
/
guix
Archived
1
0
Fork 0

gnu: r-circlize: Update to 0.4.9.

* gnu/packages/cran.scm (r-circlize): Update to 0.4.9.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-05-12 16:52:22 +02:00
parent f5b5e68844
commit 52041fb70f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -1974,19 +1974,21 @@ validation and filtering on the values, making options invisible or private.")
(define-public r-circlize
(package
(name "r-circlize")
(version "0.4.8")
(version "0.4.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "circlize" version))
(sha256
(base32
"0jvr9hmxyhg0zx101iiqkrg8wfaj86kp62xpv42n2j9fkn5r1mi2"))))
"14944vn0n5d095mpjyag4fz8vy04m6wxb6mmyygi8q813akikm3h"))))
(build-system r-build-system)
(propagated-inputs
`(("r-colorspace" ,r-colorspace)
("r-globaloptions" ,r-globaloptions)
("r-shape" ,r-shape)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/jokergoo/circlize")
(synopsis "Circular visualization")
(description