[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
78/323: gnu: r-a4core: Update to 1.38.0.
From: |
guix-commits |
Subject: |
78/323: gnu: r-a4core: Update to 1.38.0. |
Date: |
Wed, 9 Dec 2020 06:46:38 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c47a8cd9e1a0ade649853e9344dbd7881830c9e5
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:50:56 2020 +0100
gnu: r-a4core: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-a4core): Update to 1.38.0.
---
gnu/packages/bioconductor.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ac1da65..4edc615 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4030,19 +4030,21 @@ It allows searching of biological metadata using
various criteria.")
(define-public r-a4core
(package
(name "r-a4core")
- (version "1.36.0")
+ (version "1.38.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "a4Core" version))
(sha256
(base32
- "1hn9lkaib1bx5n52as882f8zwsln8w40sx8hxbrnimjvgfxrbvnp"))))
+ "13mzhn92kqpbn58zmh96f6frkm85sv9137mldfzaljf6snk0spg2"))))
(properties `((upstream-name . "a4Core")))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)
("r-glmnet" ,r-glmnet)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/a4Core")
(synopsis "Automated Affymetrix array analysis core package")
(description
- 37/323: gnu: r-riboseqr: Update to 1.24.0., (continued)
- 37/323: gnu: r-riboseqr: Update to 1.24.0., guix-commits, 2020/12/09
- 42/323: gnu: r-plgem: Update to 1.62.0., guix-commits, 2020/12/09
- 58/323: gnu: r-monocle: Update to 2.18.0., guix-commits, 2020/12/09
- 61/323: gnu: r-geoquery: Update to 2.58.0., guix-commits, 2020/12/09
- 52/323: gnu: r-ebseq: Update to 1.30.0., guix-commits, 2020/12/09
- 59/323: gnu: r-noiseq: Update to 2.34.0., guix-commits, 2020/12/09
- 51/323: gnu: r-dnacopy: Update to 1.64.0., guix-commits, 2020/12/09
- 53/323: gnu: r-karyoploter: Update to 1.16.0., guix-commits, 2020/12/09
- 64/323: gnu: r-bumphunter: Update to 1.32.0., guix-commits, 2020/12/09
- 67/323: gnu: r-varianttools: Update to 1.32.0., guix-commits, 2020/12/09
- 78/323: gnu: r-a4core: Update to 1.38.0.,
guix-commits <=
- 150/323: gnu: r-rcistarget: Update to 1.10.0., guix-commits, 2020/12/09
- 79/323: gnu: r-a4classif: Update to 1.38.0., guix-commits, 2020/12/09
- 82/323: gnu: r-a4base: Update to 1.38.0., guix-commits, 2020/12/09
- 85/323: gnu: r-bacon: Update to 1.18.0., guix-commits, 2020/12/09
- 86/323: gnu: r-rgadem: Update to 2.38.0., guix-commits, 2020/12/09
- 91/323: gnu: r-atacseqqc: Update to 1.14.4., guix-commits, 2020/12/09
- 92/323: gnu: r-gofuncr: Update to 1.10.0., guix-commits, 2020/12/09
- 96/323: gnu: r-allelicimbalance: Update to 1.28.0., guix-commits, 2020/12/09
- 100/323: gnu: r-gtrellis: Update to 1.22.0., guix-commits, 2020/12/09
- 109/323: gnu: Add r-mscoreutils., guix-commits, 2020/12/09