[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/37: gnu: r-svglite: Update to 1.2.3.2.
From: |
guix-commits |
Subject: |
16/37: gnu: r-svglite: Update to 1.2.3.2. |
Date: |
Thu, 16 Jul 2020 04:42:38 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 59b88ab39eb5cd6bb75115215b0b9f1742791955
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 10 17:50:21 2020 +0200
gnu: r-svglite: Update to 1.2.3.2.
* gnu/packages/statistics.scm (r-svglite): Update to 1.2.3.2.
[native-inputs]: Add r-knitr.
---
gnu/packages/statistics.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 7cbb6bf..c2d9eee 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1187,19 +1187,21 @@ and to generate base64 encoded string from raster
matrix.")
(define-public r-svglite
(package
(name "r-svglite")
- (version "1.2.3")
+ (version "1.2.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "svglite" version))
(sha256
(base32
- "1zivykbi1pxdxhrkc1if1ihdn5p27j0nai2q0abca1dwry3wg2yl"))))
+ "00n8bg4iligl0h24v42cka417w26zmcxrr4r6k8wdal1riwhgmi5"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bh" ,r-bh)
("r-gdtools" ,r-gdtools)
("r-rcpp" ,r-rcpp)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/hadley/svglite")
(synopsis "SVG graphics device")
(description
- 02/37: gnu: r-variancepartition: Update to 1.18.2., (continued)
- 02/37: gnu: r-variancepartition: Update to 1.18.2., guix-commits, 2020/07/16
- 03/37: gnu: r-rhdf5: Update to 2.32.2., guix-commits, 2020/07/16
- 04/37: gnu: r-delayedmatrixstats: Update to 1.10.1., guix-commits, 2020/07/16
- 05/37: gnu: r-rcpp: Update to 1.0.5., guix-commits, 2020/07/16
- 06/37: gnu: r-getoptlong: Update to 1.0.2., guix-commits, 2020/07/16
- 08/37: gnu: r-doby: Update to 4.6.7., guix-commits, 2020/07/16
- 11/37: gnu: r-quanteda: Update to 2.1.0., guix-commits, 2020/07/16
- 07/37: gnu: r-cubature: Update to 2.0.4.1., guix-commits, 2020/07/16
- 10/37: gnu: r-nonnest2: Update to 0.5-5., guix-commits, 2020/07/16
- 12/37: gnu: r-iheatmapr: Update to 0.5.0., guix-commits, 2020/07/16
- 16/37: gnu: r-svglite: Update to 1.2.3.2.,
guix-commits <=
- 09/37: gnu: r-future: Update to 1.18.0., guix-commits, 2020/07/16
- 13/37: gnu: r-rstantools: Update to 2.1.1., guix-commits, 2020/07/16
- 14/37: gnu: r-loo: Update to 2.3.0., guix-commits, 2020/07/16
- 17/37: gnu: r-tibble: Update to 3.0.2., guix-commits, 2020/07/16
- 20/37: gnu: r-cairo: Update to 1.5-12.2., guix-commits, 2020/07/16
- 22/37: gnu: r-rsubread: Update to 2.2.4., guix-commits, 2020/07/16
- 23/37: gnu: r-activepathways: Update to 1.0.2., guix-commits, 2020/07/16
- 25/37: gnu: r-genomicfeatures: Update to 1.40.1., guix-commits, 2020/07/16
- 24/37: gnu: r-summarizedexperiment: Update to 1.18.2., guix-commits, 2020/07/16
- 30/37: gnu: r-pillar: Update to 1.4.6., guix-commits, 2020/07/16