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:
parent
f718c28cc6
commit
0cc0e7e370
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Reference in a new issue