[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/296: gnu: r-biocstyle: Update to 2.16.0.
From: |
guix-commits |
Subject: |
22/296: gnu: r-biocstyle: Update to 2.16.0. |
Date: |
Fri, 12 Jun 2020 19:29:27 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9f416be83dac4918a93ccbeadf7df0825046dc07
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:02:46 2020 +0200
gnu: r-biocstyle: Update to 2.16.0.
* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.16.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 1985304..56d43e3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7560,13 +7560,13 @@ also known as views, in a controlled vocabulary.")
(define-public r-biocstyle
(package
(name "r-biocstyle")
- (version "2.14.4")
+ (version "2.16.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocStyle" version))
(sha256
(base32
- "1x71in059zql40f4c87bd1gf96r945kdvwbq61jmch9d3d8nwxbb"))))
+ "07rjl2n4sazdg581zh7w3yykzphgr2gpz41ba4ryqs7347vh9nbf"))))
(properties
`((upstream-name . "BiocStyle")))
(build-system r-build-system)
@@ -7576,6 +7576,8 @@ also known as views, in a controlled vocabulary.")
("r-knitr" ,r-knitr)
("r-rmarkdown" ,r-rmarkdown)
("r-yaml" ,r-yaml)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/BiocStyle")
(synopsis "Bioconductor formatting styles")
(description "This package provides standard formatting styles for
- 10/296: gnu: r-genefilter: Update to 1.70.0., (continued)
- 10/296: gnu: r-genefilter: Update to 1.70.0., guix-commits, 2020/06/12
- 08/296: gnu: r-preprocesscore: Update to 1.50.0., guix-commits, 2020/06/12
- 09/296: gnu: r-rgraphviz: Update to 2.32.0., guix-commits, 2020/06/12
- 15/296: gnu: r-gseabase: Update to 1.50.1., guix-commits, 2020/06/12
- 17/296: gnu: r-gostats: Update to 2.54.0., guix-commits, 2020/06/12
- 11/296: gnu: r-deseq2: Update to 1.28.1., guix-commits, 2020/06/12
- 12/296: gnu: r-dexseq: Update to 1.34.0., guix-commits, 2020/06/12
- 13/296: gnu: r-annotationforge: Update to 1.30.1., guix-commits, 2020/06/12
- 16/296: gnu: r-category: Update to 2.54.0., guix-commits, 2020/06/12
- 21/296: gnu: r-biocviews: Update to 1.56.0., guix-commits, 2020/06/12
- 22/296: gnu: r-biocstyle: Update to 2.16.0.,
guix-commits <=
- 24/296: gnu: r-s4vectors: Update to 0.26.1., guix-commits, 2020/06/12
- 14/296: gnu: r-rbgl: Update to 1.64.0., guix-commits, 2020/06/12
- 18/296: gnu: r-shortread: Update to 1.46.0., guix-commits, 2020/06/12
- 19/296: gnu: r-systempiper: Update to 1.22.0., guix-commits, 2020/06/12
- 20/296: gnu: r-grohmm: Update to 1.22.0., guix-commits, 2020/06/12
- 23/296: gnu: r-bioccheck: Update to 1.24.0., guix-commits, 2020/06/12
- 26/296: gnu: r-genomeinfodb: Update to 1.24.0., guix-commits, 2020/06/12
- 29/296: gnu: r-limma: Update to 3.44.1., guix-commits, 2020/06/12
- 27/296: gnu: r-edger: Update to 3.30.3., guix-commits, 2020/06/12
- 28/296: gnu: r-variantannotation: Update to 1.34.0., guix-commits, 2020/06/12