[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
87/296: gnu: r-erma: Update to 1.4.0.
From: |
guix-commits |
Subject: |
87/296: gnu: r-erma: Update to 1.4.0. |
Date: |
Fri, 12 Jun 2020 19:29:49 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 87772ab4dd75dfdd1b69dcd29088a419cd14bf1b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:31:44 2020 +0200
gnu: r-erma: Update to 1.4.0.
* gnu/packages/bioinformatics.scm (r-erma): Update to 1.4.0.
[native-inputs]: Add r-knitr.
---
gnu/packages/bioinformatics.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 666a9d9..97b8bd7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10549,14 +10549,14 @@ several related annotation packages.")
(define-public r-erma
(package
(name "r-erma")
- (version "1.2.0")
+ (version "1.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "erma" version))
(sha256
(base32
- "085qsr73p8nyp435f15l4l1jkfd64bfd9gl4z496nfxdnqn95srz"))))
+ "1ccfbq0r48sr3h8050w8zv8402h7nx09adr0xdyqlg7kwp9vd2l3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)
@@ -10573,6 +10573,8 @@ several related annotation packages.")
("r-s4vectors" ,r-s4vectors)
("r-shiny" ,r-shiny)
("r-summarizedexperiment" ,r-summarizedexperiment)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/erma")
(synopsis "Epigenomic road map adventures")
(description
- 86/296: gnu: r-snpstats: Update to 1.38.0., (continued)
- 86/296: gnu: r-snpstats: Update to 1.38.0., guix-commits, 2020/06/12
- 101/296: gnu: r-delayedmatrixstats: Update to 1.10.0., guix-commits, 2020/06/12
- 103/296: gnu: r-coverageview: Update to 1.26.0., guix-commits, 2020/06/12
- 89/296: gnu: r-gqtlstats: Update to 1.20.0., guix-commits, 2020/06/12
- 92/296: gnu: r-sushi: Update to 1.26.0., guix-commits, 2020/06/12
- 99/296: gnu: r-scater: Update to 1.16.1., guix-commits, 2020/06/12
- 102/296: gnu: r-ideoviz: Update to 1.24.0., guix-commits, 2020/06/12
- 105/296: gnu: r-biocversion: Update to 3.11.1., guix-commits, 2020/06/12
- 107/296: gnu: r-affycomp: Update to 1.64.0., guix-commits, 2020/06/12
- 82/296: gnu: r-organismdbi: Update to 1.30.0., guix-commits, 2020/06/12
- 87/296: gnu: r-erma: Update to 1.4.0.,
guix-commits <=
- 93/296: gnu: r-fithic: Update to 1.14.0., guix-commits, 2020/06/12
- 95/296: gnu: r-hdf5array: Update to 1.16.0., guix-commits, 2020/06/12
- 98/296: gnu: r-singlecellexperiment: Update to 1.10.1., guix-commits, 2020/06/12
- 100/296: gnu: r-scran: Update to 1.16.0., guix-commits, 2020/06/12
- 90/296: gnu: r-gviz: Update to 1.32.0., guix-commits, 2020/06/12
- 91/296: gnu: r-gwascat: Update to 2.20.1., guix-commits, 2020/06/12
- 94/296: gnu: r-hitc: Update to 1.32.0., guix-commits, 2020/06/12
- 96/296: gnu: r-rhdf5lib: Update to 1.10.0., guix-commits, 2020/06/12
- 97/296: gnu: r-beachmat: Update to 2.4.0., guix-commits, 2020/06/12
- 104/296: gnu: r-cummerbund: Update to 2.30.0., guix-commits, 2020/06/12