GNU bug report logs -
#50932
[PATCH] gnu: Add r-bien
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Fri, 1 Oct 2021 09:25:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 50932 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-bien): New variable.
---
gnu/packages/cran.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5f23f026ad..3dee6feb49 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32066,6 +32066,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 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")
--
2.33.0
This bug report was last modified 3 years and 290 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.