[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/116: gnu: r-sp: Update to 1.4-6.
From: |
guix-commits |
Subject: |
13/116: gnu: r-sp: Update to 1.4-6. |
Date: |
Wed, 24 Nov 2021 06:16:30 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 12f543763127dfd491633753daab60554adde668
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:07 2021 +0100
gnu: r-sp: Update to 1.4-6.
* gnu/packages/cran.scm (r-sp): Update to 1.4-6.
[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 55da296..81eaa9e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3855,16 +3855,18 @@ most popular ones.")
(define-public r-sp
(package
(name "r-sp")
- (version "1.4-5")
+ (version "1.4-6")
(source
(origin
(method url-fetch)
(uri (cran-uri "sp" version))
(sha256
- (base32 "1nh9izsnszzm5kbq461w8bi0yh7fqzb74b2zmpg5qis0slbb5vkb"))))
+ (base32 "09m2ddbrbs2aqnq5si42ipa0g1vbd0pxg4zbcx59is2047pv7sws"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://cran.r-project.org/web/packages/sp")
(synopsis "Classes and methods for spatial data")
(description
- 03/116: gnu: Add r-fontawesome., (continued)
- 03/116: gnu: Add r-fontawesome., guix-commits, 2021/11/24
- 08/116: gnu: r-shinyfiles: Update to 0.9.1., guix-commits, 2021/11/24
- 14/116: gnu: r-rmpi: Update to 0.6-9.2., guix-commits, 2021/11/24
- 16/116: gnu: r-generics: Update to 0.1.1., guix-commits, 2021/11/24
- 10/116: gnu: r-glue: Update to 1.5.0., guix-commits, 2021/11/24
- 09/116: gnu: r-crosstalk: Update to 1.2.0., guix-commits, 2021/11/24
- 11/116: gnu: r-dendextend: Update to 1.15.2., guix-commits, 2021/11/24
- 12/116: gnu: r-ff: Update to 4.0.5., guix-commits, 2021/11/24
- 17/116: gnu: r-broom: Update to 0.7.10., guix-commits, 2021/11/24
- 15/116: gnu: r-lmtest: Update to 0.9-39., guix-commits, 2021/11/24
- 13/116: gnu: r-sp: Update to 1.4-6.,
guix-commits <=
- 44/116: gnu: r-tiff: Update to 0.1-10., guix-commits, 2021/11/24
- 50/116: gnu: r-fields: Update to 13.3., guix-commits, 2021/11/24
- 25/116: gnu: r-tseries: Update to 0.10-49., guix-commits, 2021/11/24
- 42/116: gnu: r-rgl: Update to 0.108.3., guix-commits, 2021/11/24
- 41/116: gnu: r-ncdf4: Update to 1.17.1., guix-commits, 2021/11/24
- 54/116: gnu: r-future: Update to 1.23.0., guix-commits, 2021/11/24
- 34/116: gnu: r-labelled: Update to 2.9.0., guix-commits, 2021/11/24
- 43/116: gnu: r-gsl: Update to 2.1-7.1., guix-commits, 2021/11/24
- 28/116: gnu: r-rio: Update to 0.5.29., guix-commits, 2021/11/24
- 20/116: gnu: r-venndiagram: Update to 1.7.0., guix-commits, 2021/11/24