[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
64/87: gnu: r-bien: Update to 1.2.6.
From: |
guix-commits |
Subject: |
64/87: gnu: r-bien: Update to 1.2.6. |
Date: |
Mon, 9 Jan 2023 18:27:37 -0500 (EST) |
mbakke pushed a commit to branch staging
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
- 83/87: gnu: lib3mf: Remove input labels., (continued)
- 83/87: gnu: lib3mf: Remove input labels., guix-commits, 2023/01/09
- 84/87: gnu: lib3mf: Remove bundled software., guix-commits, 2023/01/09
- 85/87: gnu: lib3mf: Update to 2.2.0., guix-commits, 2023/01/09
- 87/87: Merge branch 'master' into staging, guix-commits, 2023/01/09
- 86/87: gnu: perftest: Update to 4.5-0.20., guix-commits, 2023/01/09
- 40/87: gnu: r-expm: Update to 0.999-7., guix-commits, 2023/01/09
- 43/87: gnu: r-reticulate: Update to 1.27., guix-commits, 2023/01/09
- 44/87: gnu: r-billboarder: Update to 0.4.0., guix-commits, 2023/01/09
- 45/87: gnu: r-officer: Update to 0.5.1., guix-commits, 2023/01/09
- 48/87: gnu: r-netrep: Update to 1.2.6., guix-commits, 2023/01/09
- 64/87: gnu: r-bien: Update to 1.2.6.,
guix-commits <=
- 53/87: gnu: r-rgl: Update to 0.111.6., guix-commits, 2023/01/09
- 56/87: gnu: r-lavaan: Update to 0.6-13., guix-commits, 2023/01/09
- 61/87: gnu: r-qtl: Update to 1.58., guix-commits, 2023/01/09
- 72/87: gnu: r-biocparallel: Update to 1.32.5., guix-commits, 2023/01/09
- 74/87: gnu: r-genomeinfodb: Update to 1.34.6., guix-commits, 2023/01/09
- 75/87: gnu: r-msnbase: Update to 2.24.2., guix-commits, 2023/01/09
- 77/87: gnu: r-flowworkspace: Update to 4.10.1., guix-commits, 2023/01/09
- 79/87: gnu: r-biocviews: Update to 1.66.2., guix-commits, 2023/01/09
- 80/87: gnu: r-biocset: Update to 1.12.1., guix-commits, 2023/01/09
- 81/87: gnu: Add automatic-component-toolkit., guix-commits, 2023/01/09