add version 1.3-3 to r-dismo (#20883)

This commit is contained in:
Glenn Johnson 2021-01-15 02:55:28 -06:00 committed by GitHub
parent d1c815ddb9
commit 53c9b0232b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,16 +7,20 @@
class RDismo(RPackage): class RDismo(RPackage):
"""Functions for species distribution modeling, that is, predicting """Species Distribution Modeling
entire geographic distributions form occurrences at a number of sites
and the environment at these sites.""" Methods for species distribution modeling, that is, predicting the
environmental similarity of any site to that of the locations of known
occurrences of a species."""
homepage = "https://cloud.r-project.org/package=dismo" homepage = "https://cloud.r-project.org/package=dismo"
url = "https://cloud.r-project.org/src/contrib/dismo_1.1-4.tar.gz" url = "https://cloud.r-project.org/src/contrib/dismo_1.1-4.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/dismo" list_url = "https://cloud.r-project.org/src/contrib/Archive/dismo"
version('1.3-3', sha256='fd65331ac18a4287ba0856b90508ddd0e2738c653eecc5f3eb2b14e1d06949ca')
version('1.1-4', sha256='f2110f716cd9e4cca5fd2b22130c6954658aaf61361d2fe688ba22bbfdfa97c8') version('1.1-4', sha256='f2110f716cd9e4cca5fd2b22130c6954658aaf61361d2fe688ba22bbfdfa97c8')
depends_on('r@3.2.0:', type=('build', 'run')) depends_on('r@3.2.0:', type=('build', 'run'))
depends_on('r-raster@2.5-2:', type=('build', 'run')) depends_on('r-raster@2.5-2:', type=('build', 'run'))
depends_on('r-sp@1.2-0:', type=('build', 'run')) depends_on('r-sp@1.2-0:', type=('build', 'run'))
depends_on('java@8:', when='@1.3-3:')