[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/20: gnu: r-mixomics: Update to 6.10.9.
From: |
guix-commits |
Subject: |
19/20: gnu: r-mixomics: Update to 6.10.9. |
Date: |
Wed, 1 Apr 2020 05:22:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9669bc170ae1488683f41879250090987d1d9e3c
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Apr 1 11:14:18 2020 +0200
gnu: r-mixomics: Update to 6.10.9.
* gnu/packages/bioconductor.scm (r-mixomics): Update to 6.10.9.
[native-inputs]: Add r-knitr.
---
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 54384f9..91e4446 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5912,14 +5912,14 @@ self-organizing map clustering and minimal spanning
trees.")
(define-public r-mixomics
(package
(name "r-mixomics")
- (version "6.10.8")
+ (version "6.10.9")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "mixOmics" version))
(sha256
(base32
- "0307vhx9ck24rxqbvq15815ssxcc226sl2la060n204b51wi9jaa"))))
+ "0b457yg8mwqlrn5l344w8qcj8v2ghlj1wdx1ysxbncqvqx7nvgig"))))
(properties `((upstream-name . "mixOmics")))
(build-system r-build-system)
(propagated-inputs
@@ -5936,6 +5936,8 @@ self-organizing map clustering and minimal spanning
trees.")
("r-rcolorbrewer" ,r-rcolorbrewer)
("r-reshape2" ,r-reshape2)
("r-tidyr" ,r-tidyr)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "http://www.mixOmics.org")
(synopsis "Multivariate methods for exploration of biological datasets")
(description
- 08/20: gnu: r-heatmaply: Update to 1.1.0., (continued)
- 08/20: gnu: r-heatmaply: Update to 1.1.0., guix-commits, 2020/04/01
- 09/20: gnu: r-performance: Update to 0.4.5., guix-commits, 2020/04/01
- 10/20: gnu: r-fs: Update to 1.4.0., guix-commits, 2020/04/01
- 15/20: gnu: r-biomart: Update to 2.42.1., guix-commits, 2020/04/01
- 16/20: gnu: r-genomicinteractions: Update to 1.20.2., guix-commits, 2020/04/01
- 12/20: gnu: r-rematch2: Update to 2.1.1., guix-commits, 2020/04/01
- 17/20: gnu: r-gofuncr: Update to 1.6.1., guix-commits, 2020/04/01
- 18/20: gnu: r-cytoml: Update to 1.12.1., guix-commits, 2020/04/01
- 11/20: gnu: r-afex: Update to 0.27-2., guix-commits, 2020/04/01
- 13/20: gnu: r-forecast: Update to 8.12., guix-commits, 2020/04/01
- 19/20: gnu: r-mixomics: Update to 6.10.9.,
guix-commits <=
- 20/20: gnu: r-biocworkflowtools: Update to 1.12.1., guix-commits, 2020/04/01
- 14/20: gnu: r-genomeinfodb: Update to 1.22.1., guix-commits, 2020/04/01