diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-08-22 17:53:29 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-08-24 12:28:10 +0200 |
commit | ae71a35b9b0e43e702ac16ce3b5211f4a315a1c1 (patch) | |
tree | 5cfe50122ca38202b97c057c77ae38086cfa9b54 /gnu | |
parent | 586c5df06265e56fc0f06c0a6ec6ef93fe8e8af0 (diff) |
gnu: r-ggplotify: Update to 0.0.9.
* gnu/packages/cran.scm (r-ggplotify): Update to 0.0.9.
[propagated-inputs]: Remove r-rvcheck; add r-yulab-utils.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index af8da8ac0b..7d6331d3a2 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -17011,19 +17011,19 @@ package.") (define-public r-ggplotify (package (name "r-ggplotify") - (version "0.0.8") + (version "0.0.9") (source (origin (method url-fetch) (uri (cran-uri "ggplotify" version)) (sha256 (base32 - "08c9vxm8pg6l5g3r7wsfgzsq00xdrc6v4xnn7pd3qcyw7cc8s969")))) + "1irm8pmf20bfl2djr591jfs7g8l7vw2673ri76pimz3285l74bp0")))) (build-system r-build-system) (propagated-inputs `(("r-ggplot2" ,r-ggplot2) ("r-gridgraphics" ,r-gridgraphics) - ("r-rvcheck" ,r-rvcheck))) + ("r-yulab-utils" ,r-yulab-utils))) (native-inputs `(("r-knitr" ,r-knitr))) (home-page "https://github.com/GuangchuangYu/ggplotify") |