Archived
1
0
Fork 0

gnu: r-ggplotify: Update to 0.0.5.

* gnu/packages/cran.scm (r-ggplotify): Update to 0.0.5.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-03-12 14:24:47 +01:00
parent f718c28cc6
commit 0cc0e7e370
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14082,19 +14082,21 @@ package.")
(define-public r-ggplotify (define-public r-ggplotify
(package (package
(name "r-ggplotify") (name "r-ggplotify")
(version "0.0.4") (version "0.0.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggplotify" version)) (uri (cran-uri "ggplotify" version))
(sha256 (sha256
(base32 (base32
"0nv3wdmxnc5ww9m3xlgnb0jp30j45dg33nqc6gg3y36svg8anjcg")))) "0pfnp4lrissf21z7867kdm6slr979kchyva8iaf83i1302kscph3"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ggplot2" ,r-ggplot2) `(("r-ggplot2" ,r-ggplot2)
("r-gridgraphics" ,r-gridgraphics) ("r-gridgraphics" ,r-gridgraphics)
("r-rvcheck" ,r-rvcheck))) ("r-rvcheck" ,r-rvcheck)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/GuangchuangYu/ggplotify") (home-page "https://github.com/GuangchuangYu/ggplotify")
(synopsis "Convert plots to @code{grob} or @code{ggplot} object") (synopsis "Convert plots to @code{grob} or @code{ggplot} object")
(description (description