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