[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/288: gnu: r-a4preproc: Update to 1.38.0.
From: |
guix-commits |
Subject: |
79/288: gnu: r-a4preproc: Update to 1.38.0. |
Date: |
Mon, 16 Nov 2020 15:07:00 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit e231a135f63f2b64814b5369eb6c3426d21fab39
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:51:02 2020 +0100
gnu: r-a4preproc: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-a4preproc): Update to 1.38.0.
---
gnu/packages/bioconductor.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 7178be0..81208f7 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4009,18 +4009,21 @@ Affymetrix arrays.")
(define-public r-a4preproc
(package
(name "r-a4preproc")
- (version "1.36.0")
+ (version "1.38.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "a4Preproc" version))
(sha256
(base32
- "1hy3jvhdjyjzzmw5wkil3cs26hvqnb056r09x0p2bjg5sc9hh8b8"))))
+ "1j8jhal83x1xpmsaw8iwv2r32i1ghzm6n0ipjk06yqa9f6zb7f7i"))))
(properties `((upstream-name . "a4Preproc")))
(build-system r-build-system)
(propagated-inputs
- `(("r-annotationdbi" ,r-annotationdbi)))
+ `(("r-biobase" ,r-biobase)
+ ("r-biocgenerics" ,r-biocgenerics)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/a4Preproc/")
(synopsis "Automated Affymetrix array analysis preprocessing package")
(description
- 274/288: gnu: r-genomicfiles: Update to 1.26.0., (continued)
- 274/288: gnu: r-genomicfiles: Update to 1.26.0., guix-commits, 2020/11/16
- 276/288: gnu: r-dirichletmultinomial: Update to 1.32.0., guix-commits, 2020/11/16
- 278/288: gnu: r-organismdbi: Update to 1.32.0., guix-commits, 2020/11/16
- 281/288: gnu: r-gqtlbase: Update to 1.21.1., guix-commits, 2020/11/16
- 282/288: gnu: r-snpstats: Update to 1.40.0., guix-commits, 2020/11/16
- 283/288: gnu: r-erma: Update to 1.6.0., guix-commits, 2020/11/16
- 52/288: gnu: r-icobra: Update to 1.18.0., guix-commits, 2020/11/16
- 75/288: gnu: r-clusterprofiler: Update to 3.18.0., guix-commits, 2020/11/16
- 76/288: gnu: r-mlinterfaces: Update to 1.70.0., guix-commits, 2020/11/16
- 78/288: gnu: r-a4classif: Update to 1.38.0., guix-commits, 2020/11/16
- 79/288: gnu: r-a4preproc: Update to 1.38.0.,
guix-commits <=
- 80/288: gnu: r-a4reporting: Update to 1.38.0., guix-commits, 2020/11/16
- 82/288: gnu: r-a4: Update to 1.38.0., guix-commits, 2020/11/16
- 84/288: gnu: r-bacon: Update to 1.18.0., guix-commits, 2020/11/16
- 92/288: gnu: r-abaenrichment: Update to 1.20.0., guix-commits, 2020/11/16
- 89/288: gnu: r-genomicscores: Update to 2.2.0., guix-commits, 2020/11/16
- 97/288: gnu: r-ebimage: Update to 4.32.0., guix-commits, 2020/11/16
- 98/288: gnu: r-yamss: Update to 1.16.0., guix-commits, 2020/11/16
- 94/288: gnu: r-annotationtools: Update to 1.64.0., guix-commits, 2020/11/16
- 101/288: gnu: r-yapsa: Update to 1.16.0., guix-commits, 2020/11/16
- 91/288: gnu: r-gofuncr: Update to 1.10.0., guix-commits, 2020/11/16