[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
69/124: gnu: r-terra: Update to 1.4-11.
From: |
guix-commits |
Subject: |
69/124: gnu: r-terra: Update to 1.4-11. |
Date: |
Mon, 1 Nov 2021 17:29:11 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 1246be27c2fcf98c8fe2f006107f240090f3deca
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 20:44:44 2021 +0000
gnu: r-terra: Update to 1.4-11.
* gnu/packages/cran.scm (r-terra): Update to 1.4-11.
[propagated-inputs]: Remove r-raster.
---
gnu/packages/cran.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 15ccbcb..fc3f2d4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19842,14 +19842,14 @@ emphasize hidden group structures in networks or
focus on specific nodes.")
(define-public r-terra
(package
(name "r-terra")
- (version "1.3-22")
+ (version "1.4-11")
(source
(origin
(method url-fetch)
(uri (cran-uri "terra" version))
(sha256
(base32
- "1z5zql68q4n81ccpl02hndhbavhhqs65bli1hjxlqdwdq192whkh"))))
+ "08gx28ad00adz4fqch3fx27s6yd0rpjhmdy6b83d1wnlzzgc13qa"))))
(properties `((upstream-name . "terra")))
(build-system r-build-system)
(inputs
@@ -19859,8 +19859,7 @@ emphasize hidden group structures in networks or focus
on specific nodes.")
("sqlite" ,sqlite) ; needed for proj
("zlib" ,zlib)))
(propagated-inputs
- `(("r-raster" ,r-raster)
- ("r-rcpp" ,r-rcpp)))
+ `(("r-rcpp" ,r-rcpp)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "https://rspatial.org/terra")
- 87/124: gnu: r-igraph: Update to 1.2.7., (continued)
- 87/124: gnu: r-igraph: Update to 1.2.7., guix-commits, 2021/11/01
- 105/124: gnu: r-logger: Update to 0.2.2., guix-commits, 2021/11/01
- 106/124: gnu: r-mgcv: Update to 1.8-38., guix-commits, 2021/11/01
- 108/124: gnu: r-mime: Update to 0.12., guix-commits, 2021/11/01
- 114/124: gnu: r-desc: Update to 1.4.0., guix-commits, 2021/11/01
- 123/124: gnu: r-robustbase: Update to 0.93-9., guix-commits, 2021/11/01
- 58/124: gnu: r-s2: Update to 1.0.7., guix-commits, 2021/11/01
- 95/124: gnu: r-decon: Update to 1.3-4., guix-commits, 2021/11/01
- 96/124: gnu: r-textshaping: Update to 0.3.6., guix-commits, 2021/11/01
- 59/124: gnu: r-sf: Update to 1.0-3., guix-commits, 2021/11/01
- 69/124: gnu: r-terra: Update to 1.4-11.,
guix-commits <=
- 76/124: gnu: r-msm: Update to 1.6.9., guix-commits, 2021/11/01
- 80/124: gnu: r-rcdd: Update to 1.4., guix-commits, 2021/11/01
- 91/124: gnu: r-perm: Update to 1.0-0.2., guix-commits, 2021/11/01
- 92/124: gnu: r-qtl: Update to 1.50., guix-commits, 2021/11/01
- 112/124: gnu: r-tibble: Update to 3.1.5., guix-commits, 2021/11/01
- 115/124: gnu: r-readr: Update to 2.0.2., guix-commits, 2021/11/01
- 116/124: gnu: r-rcpparmadillo: Update to 0.10.7.0.0., guix-commits, 2021/11/01
- 118/124: gnu: r-viridis: Update to 0.6.2., guix-commits, 2021/11/01
- 61/124: gnu: r-optparse: Update to 1.7.1., guix-commits, 2021/11/01
- 64/124: gnu: r-pmcmr: Update to 4.4., guix-commits, 2021/11/01