[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: |
Thu, 2 Sep 2021 17:54:55 -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+)))
- 42/377: gnu: r-rsconnect: Update to 0.8.24., (continued)
- 42/377: gnu: r-rsconnect: Update to 0.8.24., guix-commits, 2021/09/02
- 46/377: gnu: r-scatterpie: Update to 0.1.7., guix-commits, 2021/09/02
- 52/377: gnu: r-rjsonio: Update to 1.3-1.5., guix-commits, 2021/09/02
- 59/377: gnu: r-r6: Update to 2.5.1., guix-commits, 2021/09/02
- 71/377: gnu: r-diffbind: Update to 3.2.5., guix-commits, 2021/09/02
- 79/377: gnu: r-universalmotif: Update to 1.10.2., guix-commits, 2021/09/02
- 83/377: gnu: r-sparsematrixstats: Update to 1.4.2., guix-commits, 2021/09/02
- 93/377: gnu: Add emacs-inheritenv., guix-commits, 2021/09/02
- 99/377: gnu: wireshark: Update to 3.4.8., guix-commits, 2021/09/02
- 108/377: gnu: Add r-zoon., guix-commits, 2021/09/02
- 107/377: gnu: Add r-dismo.,
guix-commits <=
- 100/377: gnu: Add r-zzlite., guix-commits, 2021/09/02
- 145/377: gnu: Add rust-arrow-5., guix-commits, 2021/09/02
- 104/377: gnu: Add r-zscorer., guix-commits, 2021/09/02
- 113/377: gnu: Add r-paws-security-identity., guix-commits, 2021/09/02
- 122/377: gnu: Add r-zoomgroupstats., guix-commits, 2021/09/02
- 125/377: gnu: Add r-filehash., guix-commits, 2021/09/02
- 129/377: gnu: Add r-zooarch., guix-commits, 2021/09/02
- 135/377: gnu: Add r-webmockr., guix-commits, 2021/09/02
- 139/377: gnu: rust-thiserror-impl-1: Update to 1.0.26., guix-commits, 2021/09/02
- 155/377: gnu: rust-zstd-sys-1: Update to 1.6.1+zstd.1.5.0., guix-commits, 2021/09/02