[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/50: gnu: r-bien: Update to 1.2.6.
From: |
guix-commits |
Subject: |
34/50: gnu: r-bien: Update to 1.2.6. |
Date: |
Mon, 9 Jan 2023 17:11:49 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 8c33135953f31c63e7067c307dba1d78032f20dc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 22:19:53 2023 +0100
gnu: r-bien: Update to 1.2.6.
* gnu/packages/cran.scm (r-bien): Update to 1.2.6.
[propagated-inputs]: Remove r-rgdal, r-rgeos, and r-sp; add r-terra.
---
gnu/packages/cran.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fb818de3d7..bc1b089c82 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -36062,13 +36062,13 @@ options for aggregating multi-layer rasters.")
(define-public r-bien
(package
(name "r-bien")
- (version "1.2.5")
+ (version "1.2.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "BIEN" version))
(sha256
- (base32 "0s98n6zbf48vssd3h63k6kashcxv1kawcb026n0ngsfpc5dv6i48"))))
+ (base32 "17zrj5ckxaz4mdbgywxi8kf51ssbf2md1d2azf30dh96kzc2ayps"))))
(properties `((upstream-name . "BIEN")))
(build-system r-build-system)
(native-inputs
@@ -36080,11 +36080,9 @@ options for aggregating multi-layer rasters.")
r-fasterize
r-foreach
r-raster
- r-rgdal
- r-rgeos
r-rpostgresql
r-sf
- r-sp))
+ r-terra))
(home-page "https://cran.r-project.org/package=BIEN")
(synopsis "Tools for accessing the BIEN database")
(description
- 29/50: gnu: r-forecast: Update to 8.20., (continued)
- 29/50: gnu: r-forecast: Update to 8.20., guix-commits, 2023/01/09
- 31/50: gnu: r-qtl: Update to 1.58., guix-commits, 2023/01/09
- 33/50: gnu: r-rtweet: Update to 1.1.0., guix-commits, 2023/01/09
- 32/50: gnu: r-mlr3learners: Update to 0.5.6., guix-commits, 2023/01/09
- 36/50: gnu: r-statmod: Update to 1.5.0., guix-commits, 2023/01/09
- 50/50: gnu: r-biocset: Update to 1.12.1., guix-commits, 2023/01/09
- 19/50: gnu: r-drtmle: Update to 1.1.2., guix-commits, 2023/01/09
- 20/50: gnu: r-raster: Update to 3.6-13., guix-commits, 2023/01/09
- 21/50: gnu: r-afex: Update to 1.2-1., guix-commits, 2023/01/09
- 25/50: gnu: r-rncl: Update to 0.8.7., guix-commits, 2023/01/09
- 34/50: gnu: r-bien: Update to 1.2.6.,
guix-commits <=
- 39/50: gnu: Update copyright header., guix-commits, 2023/01/09
- 44/50: gnu: r-genomeinfodb: Update to 1.34.6., guix-commits, 2023/01/09
- 23/50: gnu: r-rgl: Update to 0.111.6., guix-commits, 2023/01/09
- 45/50: gnu: r-msnbase: Update to 2.24.2., guix-commits, 2023/01/09
- 09/50: gnu: r-zlog: Update to 1.0.2., guix-commits, 2023/01/09
- 15/50: gnu: r-officer: Update to 0.5.1., guix-commits, 2023/01/09
- 30/50: gnu: r-tidytext: Update to 0.4.1., guix-commits, 2023/01/09
- 46/50: gnu: r-batchelor: Update to 1.14.1., guix-commits, 2023/01/09
- 48/50: gnu: r-variancepartition: Update to 1.28.1., guix-commits, 2023/01/09
- 03/50: gnu: r-htmlwidgets: Update to 1.6.1., guix-commits, 2023/01/09