[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/22: gnu: r-biosigner: Update to 1.14.2.
From: |
guix-commits |
Subject: |
01/22: gnu: r-biosigner: Update to 1.14.2. |
Date: |
Thu, 19 Mar 2020 05:06:41 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f7100edaf69222bd0c38c51ff84df44348b1bf90
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Mar 19 09:58:25 2020 +0100
gnu: r-biosigner: Update to 1.14.2.
* gnu/packages/bioconductor.scm (r-biosigner): Update to 1.14.2.
[native-inputs]: Remove r-rmarkdown, pandoc, and pandoc-citeproc.
---
gnu/packages/bioconductor.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index bc7623e..7470fd4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5316,14 +5316,14 @@ coefficients).")
(define-public r-biosigner
(package
(name "r-biosigner")
- (version "1.14.0")
+ (version "1.14.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biosigner" version))
(sha256
(base32
- "1kdfhw629qczrfms0jmphqz0ksjzi8js00xj92h1lnv092npfk0j"))))
+ "184vbbd010yzqv0qn1prxiazibxwiacvlpg9yzcgyhamcx9bvq73"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)
@@ -5332,10 +5332,7 @@ coefficients).")
("r-randomforest" ,r-randomforest)
("r-ropls" ,r-ropls)))
(native-inputs
- `(("r-knitr" ,r-knitr)
- ("r-rmarkdown" ,r-rmarkdown)
- ("pandoc" ,ghc-pandoc)
- ("pandoc-citeproc" ,ghc-pandoc-citeproc))) ; all for vignettes
+ `(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/biosigner/")
(synopsis "Signature discovery from omics data")
(description
- branch master updated (0883f34 -> 2ceb2ed), guix-commits, 2020/03/19
- 01/22: gnu: r-biosigner: Update to 1.14.2.,
guix-commits <=
- 02/22: gnu: r-biocpkgtools: Update to 1.4.6., guix-commits, 2020/03/19
- 03/22: gnu: r-crosstalk: Update to 1.1.0.1., guix-commits, 2020/03/19
- 05/22: gnu: r-rcpp: Update to 1.0.4., guix-commits, 2020/03/19
- 06/22: gnu: r-ffbase: Update to 0.12.8., guix-commits, 2020/03/19
- 07/22: gnu: r-rmysql: Update to 0.10.20., guix-commits, 2020/03/19
- 09/22: gnu: r-officer: Update to 0.3.8., guix-commits, 2020/03/19
- 11/22: gnu: r-glmmtmb: Update to 1.0.1., guix-commits, 2020/03/19
- 04/22: gnu: r-glue: Update to 1.3.2., guix-commits, 2020/03/19
- 08/22: gnu: r-recipes: Update to 0.1.10., guix-commits, 2020/03/19
- 10/22: gnu: r-pwr: Update to 1.3-0., guix-commits, 2020/03/19