[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/28: gnu: Add r-dismo.
From: |
guix-commits |
Subject: |
08/28: gnu: Add r-dismo. |
Date: |
Thu, 26 Aug 2021 05:26:08 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 8b00e7055825b8c4902d7b839a94cea680722c6c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:22:31 2021 +0200
gnu: Add r-dismo.
* gnu/packages/cran.scm (r-dismo): New variable.
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e99c959..4a54183 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30531,3 +30531,29 @@ with the dynamic plots from @code{dygraphs}.")
"This package provides an interface to figshare, a scientific repository
to archive and assign DOIs to data, software, figures, and more.")
(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+)))
- 04/28: gnu: Add r-ztpln., (continued)
- 04/28: gnu: Add r-ztpln., guix-commits, 2021/08/26
- 07/28: gnu: Add r-rfigshare., guix-commits, 2021/08/26
- 09/28: gnu: Add r-zoon., guix-commits, 2021/08/26
- 10/28: gnu: Add r-paws-common., guix-commits, 2021/08/26
- 11/28: gnu: Add r-paws-customer-engagement., guix-commits, 2021/08/26
- 14/28: gnu: Add r-paws-security-identity., guix-commits, 2021/08/26
- 15/28: gnu: Add r-paws-analytics., guix-commits, 2021/08/26
- 16/28: gnu: Add r-paws-machine-learning., guix-commits, 2021/08/26
- 20/28: gnu: Add r-paws-storage., guix-commits, 2021/08/26
- 06/28: gnu: Add r-zra., guix-commits, 2021/08/26
- 08/28: gnu: Add r-dismo.,
guix-commits <=
- 05/28: gnu: Add r-zscorer., guix-commits, 2021/08/26
- 12/28: gnu: Add r-paws-cost-management., guix-commits, 2021/08/26
- 13/28: gnu: Add r-paws-application-integration., guix-commits, 2021/08/26
- 18/28: gnu: Add r-paws-networking., guix-commits, 2021/08/26
- 19/28: gnu: Add r-paws-database., guix-commits, 2021/08/26
- 17/28: gnu: Add r-paws-management., guix-commits, 2021/08/26
- 22/28: gnu: Add r-paws., guix-commits, 2021/08/26
- 26/28: gnu: Add r-filehash., guix-commits, 2021/08/26
- 28/28: gnu: Add r-zooimage., guix-commits, 2021/08/26
- 21/28: gnu: Add r-paws-compute., guix-commits, 2021/08/26