[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: r-sf: Update to 0.9-0.
From: |
guix-commits |
Subject: |
04/09: gnu: r-sf: Update to 0.9-0. |
Date: |
Fri, 27 Mar 2020 06:21:26 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 84b7c4aa17f63ab24c9e356d0235200d8bfb1dd6
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Fri Mar 27 11:20:11 2020 +0100
gnu: r-sf: Update to 0.9-0.
* gnu/packages/cran.scm (r-sf): Update to 0.9-0.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a793ed0..692adcf 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13182,14 +13182,14 @@ tessellation.")
(define-public r-sf
(package
(name "r-sf")
- (version "0.8-1")
+ (version "0.9-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "sf" version))
(sha256
(base32
- "17wyv74m1ppc3s5jdv60r74jj23nidxpzl46vjhfclfhnpvm7sx9"))))
+ "117r9l3v7nkdj9bfy6qr0yz0gd5bv0pwnkc9vk2gv3xqj0h1fpf6"))))
(build-system r-build-system)
(inputs
`(("gdal" ,gdal)
@@ -13202,7 +13202,9 @@ tessellation.")
("r-magrittr" ,r-magrittr)
("r-rcpp" ,r-rcpp)
("r-units" ,r-units)))
- (native-inputs `(("pkg-config" ,pkg-config)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("r-knitr" ,r-knitr)))
(home-page "https://github.com/r-spatial/sf/")
(synopsis "Simple features for R")
(description
- branch master updated (0a76a4e -> 2ba5253), guix-commits, 2020/03/27
- 01/09: gnu: r-ggally: Update to 1.5.0., guix-commits, 2020/03/27
- 03/09: gnu: r-bayestestr: Update to 0.5.3., guix-commits, 2020/03/27
- 04/09: gnu: r-sf: Update to 0.9-0.,
guix-commits <=
- 05/09: gnu: r-rjava: Update to 0.9-12., guix-commits, 2020/03/27
- 02/09: gnu: r-hdf5r: Update to 1.3.2., guix-commits, 2020/03/27
- 06/09: gnu: r-xgboost: Update to 1.0.0.2., guix-commits, 2020/03/27
- 08/09: gnu: r-locfit: Update to 1.5-9.4., guix-commits, 2020/03/27
- 07/09: gnu: r-class: Update to 7.3-16., guix-commits, 2020/03/27
- 09/09: gnu: r-multiassayexperiment: Update to 1.12.6., guix-commits, 2020/03/27