[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: Add r-bien.
From: |
guix-commits |
Subject: |
05/06: gnu: Add r-bien. |
Date: |
Sat, 30 Oct 2021 13:26:08 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit f8d3c98162910b3d715c93f73ae9e7d278de6840
Author: jgart <jgart@dismail.de>
AuthorDate: Fri Oct 1 05:26:07 2021 -0400
gnu: Add r-bien.
* gnu/packages/cran.scm (r-bien): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/cran.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d1f3e52..5448c52 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32145,6 +32145,43 @@ function, including setting the field used and
background value, and
options for aggregating multi-layer rasters.")
(license license:expat)))
+(define-public r-bien
+ (package
+ (name "r-bien")
+ (version "1.2.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "BIEN" version))
+ (sha256
+ (base32 "1dagrs54ciagm2mgqrvxl6k2akahr0qk63ifxqnks7iljm0x1gw6"))))
+ (properties `((upstream-name . "BIEN")))
+ (build-system r-build-system)
+ (native-inputs
+ `(("r-knitr" ,r-knitr)
+ ("r-testthat" ,r-testthat)))
+ (propagated-inputs
+ `(("r-ape" ,r-ape)
+ ("r-dbi" ,r-dbi)
+ ("r-doparallel" ,r-doparallel)
+ ("r-fasterize" ,r-fasterize)
+ ("r-foreach" ,r-foreach)
+ ("r-raster" ,r-raster)
+ ("r-rgdal" ,r-rgdal)
+ ("r-rgeos" ,r-rgeos)
+ ("r-rpostgresql" ,r-rpostgresql)
+ ("r-sf" ,r-sf)
+ ("r-sp" ,r-sp)))
+ (home-page "https://cran.r-project.org/package=BIEN")
+ (synopsis "Tools for accessing the BIEN database")
+ (description
+ "This package provides tools for accessing the Botanical Information and
+Ecology Network (BIEN) database. The BIEN database contains cleaned and
+standardized botanical data including occurrence, trait, plot and taxonomic
+data. This package provides functions that query the BIEN database by
+constructing and executing optimized SQL queries.")
+ (license license:expat)))
+
(define-public r-ggh4x
(package
(name "r-ggh4x")
- branch master updated (d444956 -> 142344b), guix-commits, 2021/10/30
- 01/06: gnu: Add Random Identity Generator (rig), guix-commits, 2021/10/30
- 03/06: gnu: Add python-ijson., guix-commits, 2021/10/30
- 06/06: gnu: qemu: Add Guix support to QEMU guest agent., guix-commits, 2021/10/30
- 02/06: shell: Error out when an unauthorized guix.scm/manifest.scm is found., guix-commits, 2021/10/30
- 04/06: gnu: Add r-fasterize., guix-commits, 2021/10/30
- 05/06: gnu: Add r-bien.,
guix-commits <=