[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/63: gnu: r-biocstyle: Update to 2.4.0.
From: |
Roel Janssen |
Subject: |
16/63: gnu: r-biocstyle: Update to 2.4.0. |
Date: |
Fri, 28 Apr 2017 05:06:00 -0400 (EDT) |
roelj pushed a commit to branch master
in repository guix.
commit 3bef24c968fe864b502883b6d409f99dbf6ee8f6
Author: Roel Janssen <address@hidden>
Date: Fri Apr 28 10:33:54 2017 +0200
gnu: r-biocstyle: Update to 2.4.0.
* gnu/packages/bioinformatics.scm (r-biocstyle): [source] Update to 2.4.0.
[propagated-inputs]: Add r-bookdown, r-knitr, r-rmarkdown, r-yaml.
---
gnu/packages/bioinformatics.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index da1d7fd..0f2be45 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6117,16 +6117,21 @@ authoring books and technical documents with R
Markdown.")
(define-public r-biocstyle
(package
(name "r-biocstyle")
- (version "2.2.1")
+ (version "2.4.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocStyle" version))
(sha256
(base32
- "0sl99xw940ixrm6v24lgaw3ljh56g59a6rdz7g160hx84z9f8n2n"))))
+ "1n2c8rj920wmk3q2khmjfnhn5i4b3lmhx1whnghk0zk3jf88hvbi"))))
(properties
`((upstream-name . "BiocStyle")))
(build-system r-build-system)
+ (propagated-inputs
+ `(("r-bookdown" ,r-bookdown)
+ ("r-knitr" ,r-knitr)
+ ("r-rmarkdown" ,r-rmarkdown)
+ ("r-yaml" ,r-yaml)))
(home-page "http://bioconductor.org/packages/BiocStyle")
(synopsis "Bioconductor formatting styles")
(description "This package provides standard formatting styles for
- 37/63: gnu: r-graph: Update to 1.54.0., (continued)
- 37/63: gnu: r-graph: Update to 1.54.0., Roel Janssen, 2017/04/28
- 20/63: gnu: r-iranges: Update to 2.10.0., Roel Janssen, 2017/04/28
- 13/63: gnu: r-biocgenerics: Update to 0.22.0., Roel Janssen, 2017/04/28
- 15/63: gnu: r-biocviews: Update to 1.44.0., Roel Janssen, 2017/04/28
- 18/63: gnu: r-dnacopy: Update to 1.50.0., Roel Janssen, 2017/04/28
- 22/63: gnu: r-edger: Update to 3.18.0., Roel Janssen, 2017/04/28
- 25/63: gnu: r-xvector: Update to 0.16.0., Roel Janssen, 2017/04/28
- 12/63: gnu: r-grohmm: Update to 1.10.0., Roel Janssen, 2017/04/28
- 28/63: gnu: r-annotationdbi: Update to 1.38.0., Roel Janssen, 2017/04/28
- 29/63: gnu: r-biomart: Update to 2.32.0., Roel Janssen, 2017/04/28
- 16/63: gnu: r-biocstyle: Update to 2.4.0.,
Roel Janssen <=
- 10/63: gnu: r-shortread: Update to 1.34.0., Roel Janssen, 2017/04/28
- 34/63: gnu: r-genomicalignments: Update to 1.12.0., Roel Janssen, 2017/04/28
- 41/63: gnu: r-seqpattern: Update to 1.8.0., Roel Janssen, 2017/04/28
- 55/63: gnu: r-mzr: Update to 2.10.0., Roel Janssen, 2017/04/28
- 60/63: gnu: r-pcamethods: Update to 1.68.0., Roel Janssen, 2017/04/28
- 24/63: gnu: r-limma: Update to 3.32.0., Roel Janssen, 2017/04/28
- 21/63: gnu: r-genomeinfodb: Update to 1.12.0., Roel Janssen, 2017/04/28
- 48/63: gnu: r-mutationalpatterns: Update to 1.2.0., Roel Janssen, 2017/04/28
- 49/63: gnu: r-tximport: Update to 1.4.0., Roel Janssen, 2017/04/28
- 63/63: gnu: r-preprocesscore: Update to 1.38.0., Roel Janssen, 2017/04/28