guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Add r-aggregation.


From: Ricardo Wurmus
Subject: 02/03: gnu: Add r-aggregation.
Date: Fri, 9 Nov 2018 10:58:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3a4c6288c81d91ce48200a310ad0d83bddfb7a5a
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Nov 9 16:53:15 2018 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ec950ce..33dda34 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3071,6 +3071,26 @@ Analysis for Physical Applications, Donald B. Percival 
and Andrew T. Walden,
 Cambridge University Press, 1993.")
     (license license:gpl2)))
 
+(define-public r-aggregation
+  (package
+    (name "r-aggregation")
+    (version "1.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "aggregation" version))
+       (sha256
+        (base32
+         "0j9g604m2ccc7hcy02539yja9cf3xcbl25gvp838bp4x8w18my46"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/aggregation/";)
+    (synopsis "Methods for p-value aggregation")
+    (description
+     "This package contains functionality for performing the following methods
+of p-value aggregation: Fisher's method, the Lancaster method (weighted
+Fisher's method), and Sidak correction.")
+    (license license:gpl3)))
+
 (define-public r-quantmod
   (package
     (name "r-quantmod")



reply via email to

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