[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
306/318: gnu: Add r-ashr.
From: |
guix-commits |
Subject: |
306/318: gnu: Add r-ashr. |
Date: |
Fri, 20 Nov 2020 08:41:19 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 37023918799d939446225def5a6dc899020151a4
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:41:54 2020 +0100
gnu: Add r-ashr.
* gnu/packages/cran.scm (r-ashr): New variable.
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 41a06da..9b7bb80 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -614,6 +614,34 @@ interrupts and timeouts. This provides the basis for a
sandboxing
mechanism.")
(license license:expat)))
+(define-public r-ashr
+ (package
+ (name "r-ashr")
+ (version "2.2-47")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "ashr" version))
+ (sha256
+ (base32
+ "1rqb5j30ylaf1h4l66x4jxyn5inrvhc42d90qd5mgkxsq0ghdlr4"))))
+ (properties `((upstream-name . "ashr")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-etrunct" ,r-etrunct)
+ ("r-invgamma" ,r-invgamma)
+ ("r-matrix" ,r-matrix)
+ ("r-mixsqp" ,r-mixsqp)
+ ("r-rcpp" ,r-rcpp)
+ ("r-squarem" ,r-squarem)
+ ("r-truncnorm" ,r-truncnorm)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/stephens999/ashr")
+ (synopsis "Methods for adaptive shrinkage, using empirical bayes")
+ (description "This package implements an empirical Bayes approach for
+large-scale hypothesis testing and false discovery rate estimation.")
+ (license license:gpl3+)))
+
(define-public r-askpass
(package
(name "r-askpass")
- 282/318: gnu: r-snpstats: Update to 1.40.0., (continued)
- 282/318: gnu: r-snpstats: Update to 1.40.0., guix-commits, 2020/11/20
- 285/318: gnu: r-gqtlstats: Update to 1.21.3., guix-commits, 2020/11/20
- 286/318: gnu: r-gviz: Update to 1.34.0., guix-commits, 2020/11/20
- 287/318: gnu: r-gwascat: Update to 2.22.0., guix-commits, 2020/11/20
- 288/318: gnu: r-sushi: Update to 1.28.0., guix-commits, 2020/11/20
- 293/318: gnu: r-systempiper: Update to 1.24.2., guix-commits, 2020/11/20
- 297/318: gnu: r-topgo: Update to 2.42.0., guix-commits, 2020/11/20
- 301/318: gnu: Add r-rcppnumerical., guix-commits, 2020/11/20
- 303/318: gnu: Add r-etrunct., guix-commits, 2020/11/20
- 304/318: gnu: Add r-invgamma., guix-commits, 2020/11/20
- 306/318: gnu: Add r-ashr.,
guix-commits <=
- 307/318: gnu: Add r-greylistchip., guix-commits, 2020/11/20
- 309/318: gnu: r-chippeakanno: Update to 3.24.1., guix-commits, 2020/11/20
- 310/318: gnu: r-biocneighbors: Update to 1.8.1., guix-commits, 2020/11/20
- 312/318: gnu: Add r-shadowtext., guix-commits, 2020/11/20
- 313/318: gnu: r-enrichplot: Update to 1.10.1., guix-commits, 2020/11/20
- 311/318: gnu: r-gosemsim: Update to 2.16.1., guix-commits, 2020/11/20
- 314/318: gnu: r-annaffy: Update to 1.62.0., guix-commits, 2020/11/20
- 316/318: gnu: r-beachmat: Update to 2.6.1., guix-commits, 2020/11/20
- 305/318: gnu: Add r-mixsqp., guix-commits, 2020/11/20
- 318/318: gnu: r-rhdf5lib: Fix build., guix-commits, 2020/11/20