[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/22: gnu: r-ggplotify: Update to 0.0.5.
From: |
guix-commits |
Subject: |
13/22: gnu: r-ggplotify: Update to 0.0.5. |
Date: |
Thu, 12 Mar 2020 10:35:28 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 0cc0e7e3701be2bd455829d33a613dc62c99a138
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Mar 12 14:24:47 2020 +0100
gnu: r-ggplotify: Update to 0.0.5.
* gnu/packages/cran.scm (r-ggplotify): Update to 0.0.5.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2229ba0..e9af644 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14082,19 +14082,21 @@ package.")
(define-public r-ggplotify
(package
(name "r-ggplotify")
- (version "0.0.4")
+ (version "0.0.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplotify" version))
(sha256
(base32
- "0nv3wdmxnc5ww9m3xlgnb0jp30j45dg33nqc6gg3y36svg8anjcg"))))
+ "0pfnp4lrissf21z7867kdm6slr979kchyva8iaf83i1302kscph3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)
("r-gridgraphics" ,r-gridgraphics)
("r-rvcheck" ,r-rvcheck)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/GuangchuangYu/ggplotify")
(synopsis "Convert plots to @code{grob} or @code{ggplot} object")
(description
- 17/22: gnu: r-cdm: Update to 7.5-15., (continued)
- 17/22: gnu: r-cdm: Update to 7.5-15., guix-commits, 2020/03/12
- 22/22: gnu: r-car: Update to 3.0-7., guix-commits, 2020/03/12
- 14/22: gnu: r-ggfortify: Update to 0.4.9., guix-commits, 2020/03/12
- 16/22: gnu: r-parameters: Update to 0.6.0., guix-commits, 2020/03/12
- 18/22: gnu: r-tam: Update to 3.4-26., guix-commits, 2020/03/12
- 19/22: gnu: r-xml2: Update to 1.2.5., guix-commits, 2020/03/12
- 21/22: gnu: r-nloptr: Update to 1.2.2.1., guix-commits, 2020/03/12
- 12/22: gnu: r-pegas: Update to 0.13., guix-commits, 2020/03/12
- 10/22: gnu: r-tidytree: Update to 0.3.2., guix-commits, 2020/03/12
- 11/22: gnu: r-spatialextremes: Update to 2.0-8., guix-commits, 2020/03/12
- 13/22: gnu: r-ggplotify: Update to 0.0.5.,
guix-commits <=
- 20/22: gnu: r-roxygen2: Update to 7.1.0., guix-commits, 2020/03/12