guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add r-locfdr.


From: guix-commits
Subject: branch master updated: gnu: Add r-locfdr.
Date: Wed, 26 May 2021 16:50:06 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 416eaac  gnu: Add r-locfdr.
416eaac is described below

commit 416eaacbb13361e0fa7f1ff573543445269f5e59
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed May 26 22:49:45 2021 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e59431a..266f509 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13701,6 +13701,23 @@ Kaplan-Meier (KM) or Nearest Neighbor Estimation (NNE) 
method of Heagerty,
 Lumley & Pepe (Biometrics, Vol 56 No 2, 2000, PP 337-344)")
     (license license:gpl2+)))
 
+(define-public r-locfdr
+  (package
+    (name "r-locfdr")
+    (version "1.1-8")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "locfdr" version))
+              (sha256
+               (base32
+                "1falkbp2xz07am8jlhwlvyqvxnli4nwl188kd0g58vdfjcjy3mj2"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/locfdr/";)
+    (synopsis "Computes local false discovery rates")
+    (description "This package can be used to compute local false
+discovery rates.")
+    (license license:gpl2)))
+
 (define-public r-longitudinal
   (package
     (name "r-longitudinal")



reply via email to

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