[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
107/377: gnu: Add r-dismo.
From: |
guix-commits |
Subject: |
107/377: gnu: Add r-dismo. |
Date: |
Sun, 5 Sep 2021 10:07:13 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
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+)))
- 65/377: gnu: r-biostrings: Update to 2.60.2., (continued)
- 65/377: gnu: r-biostrings: Update to 2.60.2., guix-commits, 2021/09/05
- 69/377: gnu: r-rtracklayer: Update to 1.52.1., guix-commits, 2021/09/05
- 71/377: gnu: r-diffbind: Update to 3.2.5., guix-commits, 2021/09/05
- 72/377: gnu: r-chippeakanno: Update to 3.26.3., guix-commits, 2021/09/05
- 76/377: gnu: r-batchelor: Update to 1.8.1., guix-commits, 2021/09/05
- 77/377: gnu: r-dose: Update to 3.18.2., guix-commits, 2021/09/05
- 78/377: gnu: r-clusterprofiler: Update to 4.0.4., guix-commits, 2021/09/05
- 83/377: gnu: r-sparsematrixstats: Update to 1.4.2., guix-commits, 2021/09/05
- 92/377: gnu: emacs-ebdb: Update to 0.8.2., guix-commits, 2021/09/05
- 85/377: gnu: openssl: Update replacement to 1.1.1l [security fixes]., guix-commits, 2021/09/05
- 107/377: gnu: Add r-dismo.,
guix-commits <=
- 115/377: gnu: Add r-paws-machine-learning., guix-commits, 2021/09/05
- 129/377: gnu: Add r-zooarch., guix-commits, 2021/09/05
- 91/377: gnu: osinfo-db: Update to 20210809., guix-commits, 2021/09/05
- 106/377: gnu: Add r-rfigshare., guix-commits, 2021/09/05
- 98/377: gnu: emacs-orgit: Update to 1.7.1., guix-commits, 2021/09/05
- 113/377: gnu: Add r-paws-security-identity., guix-commits, 2021/09/05
- 112/377: gnu: Add r-paws-application-integration., guix-commits, 2021/09/05
- 123/377: gnu: Add r-zoom., guix-commits, 2021/09/05
- 132/377: gnu: Add r-mmwrweek., guix-commits, 2021/09/05
- 134/377: gnu: Add r-fauxpas., guix-commits, 2021/09/05