guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add r-idr.


From: Roel Janssen
Subject: 01/01: gnu: Add r-idr.
Date: Thu, 29 Mar 2018 08:27:15 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit c974008d91255d0290680620a3d356862509e91e
Author: Roel Janssen <address@hidden>
Date:   Thu Mar 29 14:26:44 2018 +0200

    gnu: Add r-idr.
    
    * gnu/packages/cran.scm (r-idr): 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 8ba19ce..10b1910 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1049,6 +1049,26 @@ tools for inference in parametric models are provided.")
     ;; Either version is okay
     (license (list license:gpl2 license:gpl3))))
 
+(define-public r-idr
+  (package
+    (name "r-idr")
+    (version "1.2")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "idr" version))
+              (sha256
+               (base32
+                "05nvgw1xdg670bsjjrxkgd1mrdkciccpw4krn0zcgdf2r21dzgwb"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/idr/";)
+    (synopsis "Irreproducible discovery rate")
+    (description
+     "This is a package for estimating the copula mixture model and plotting
+correspondence curves in \"Measuring reproducibility of high-throughput
+experiments\" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779,
+by Li, Brown, Huang, and Bickel")
+    (license license:gpl2+)))
+
 (define-public r-inline
   (package
     (name "r-inline")



reply via email to

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