mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: Add r-dismo.
* gnu/packages/cran.scm (r-dismo): New variable.
This commit is contained in:
parent
f8c88560db
commit
8b00e70558
1 changed files with 26 additions and 0 deletions
|
@ -30531,3 +30531,29 @@ (define-public r-rfigshare
|
||||||
"This package provides an interface to figshare, a scientific repository
|
"This package provides an interface to figshare, a scientific repository
|
||||||
to archive and assign DOIs to data, software, figures, and more.")
|
to archive and assign DOIs to data, software, figures, and more.")
|
||||||
(license license:cc0)))
|
(license license:cc0)))
|
||||||
|
|
||||||
|
(define-public r-dismo
|
||||||
|
(package
|
||||||
|
(name "r-dismo")
|
||||||
|
(version "1.3-3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "dismo" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1jj9d78f251bxgrwbv1ycn677qnhvl40bfan12x8fhlaq4d36rgx"))))
|
||||||
|
(properties `((upstream-name . "dismo")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
; (inputs `(("java" ,java)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-raster" ,r-raster)
|
||||||
|
("r-rcpp" ,r-rcpp)
|
||||||
|
("r-sp" ,r-sp)))
|
||||||
|
(home-page "https://rspatial.org/raster/sdm/")
|
||||||
|
(synopsis "Species distribution modeling")
|
||||||
|
(description
|
||||||
|
"This package provides methods for species distribution modeling, i.e.,
|
||||||
|
predicting the environmental similarity of any site to that of the locations
|
||||||
|
of known occurrences of a species.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Reference in a new issue