guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: Add r-overlap.


From: Ricardo Wurmus
Subject: 06/10: gnu: Add r-overlap.
Date: Wed, 14 Nov 2018 09:19:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 08bf097a0bdd60042195abe89d361b8b664f5a94
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Nov 12 16:22:54 2018 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d7b331f..b7b11004 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4901,6 +4901,27 @@ transactions (tic) data, performs diurnal adjustments, 
fits various ACD models
 and tests them.")
     (license license:gpl2+)))
 
+(define-public r-overlap
+  (package
+    (name "r-overlap")
+    (version "0.3.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "overlap" version))
+       (sha256
+        (base32
+         "1j3m6ir1chdz0si2fhcw6gs7c9h09bv0chz18rpzxsywww6d4rzy"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/overlap/";)
+    (synopsis "Estimates of coefficient of overlapping for animal activity 
patterns")
+    (description
+     "This package provides functions to fit kernel density functions to data
+on temporal activity patterns of animals; estimate coefficients of overlapping
+of densities for two species; and calculate bootstrap estimates of confidence
+intervals.")
+    (license license:gpl3+)))
+
 (define-public r-snakecase
   (package
     (name "r-snakecase")



reply via email to

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