guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/16: gnu: Add r-sdmtools.


From: Ricardo Wurmus
Subject: 11/16: gnu: Add r-sdmtools.
Date: Mon, 18 Dec 2017 06:02:18 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 15ef07f00e427c8bf136c054bb410608db64fe62
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Dec 18 11:59:00 2017 +0100

    gnu: Add r-sdmtools.
    
    * gnu/packages/cran.scm (r-sdmtools): New variable.
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e97069b..7708e3a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1685,3 +1685,27 @@ series.  Common DTW variants covered include local 
(slope) and global (window)
 constraints, subsequence matches, arbitrary distance definitions,
 normalizations, minimum variance matching, and so on.")
     (license license:gpl2+)))
+
+(define-public r-sdmtools
+  (package
+    (name "r-sdmtools")
+    (version "1.1-221")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "SDMTools" version))
+       (sha256
+        (base32
+         "1kacrpamshv7wz83yn45sfbw4m9c44xrrngzcklnwx8gcxx2knm6"))))
+    (properties `((upstream-name . "SDMTools")))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-r-utils" ,r-r-utils)))
+    (home-page "http://www.rforge.net/SDMTools/";)
+    (synopsis "Species distribution modelling tools")
+    (description "This packages provides a set of tools for post processing
+the outcomes of species distribution modeling exercises.  It includes novel
+methods for comparing models and tracking changes in distributions through
+time.  It further includes methods for visualizing outcomes, selecting
+thresholds, calculating measures of accuracy and landscape fragmentation
+statistics, etc.")
+    (license license:gpl3+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]