mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Add r-bien.
* gnu/packages/cran.scm (r-bien): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2339ee166c
commit
f8d3c98162
1 changed files with 37 additions and 0 deletions
|
@ -32145,6 +32145,43 @@ (define-public r-fasterize
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue