[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/23: gnu: r-ggpicrust2: Update to 1.7.0.
From: |
guix-commits |
Subject: |
04/23: gnu: r-ggpicrust2: Update to 1.7.0. |
Date: |
Sat, 3 Jun 2023 02:33:23 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a8ac423090025753662c99f93afbd7c50bb99066
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 3 08:32:01 2023 +0200
gnu: r-ggpicrust2: Update to 1.7.0.
* gnu/packages/bioconductor.scm (r-ggpicrust2): Update to 1.7.0.
[propagated-inputs]: Add r-circlize.
[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 ec52cd6e2d..00701c4463 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10313,17 +10313,18 @@ fitting of some classes of graphical Markov models.")
(define-public r-ggpicrust2
(package
(name "r-ggpicrust2")
- (version "1.6.5")
+ (version "1.7.0")
(source (origin
(method url-fetch)
(uri (cran-uri "ggpicrust2" version))
(sha256
(base32
- "02ais1y3z85vykxd9975gz33s80d1nhivly6a07y98dbmlzjyr6a"))))
+ "0rw2nrmnniff5hb56r21rk0mphba74fppxsa5ps2xamg1a63qfyw"))))
(properties `((upstream-name . "ggpicrust2")))
(build-system r-build-system)
(propagated-inputs (list r-aldex2
r-aplot
+ r-circlize
r-deseq2
r-dplyr
r-edger
@@ -10341,6 +10342,7 @@ fitting of some classes of graphical Markov models.")
r-summarizedexperiment
r-tibble
r-tidyr))
+ (native-inputs (list r-knitr))
(home-page "https://github.com/cafferychen777/ggpicrust2")
(synopsis "Make PICRUSt2 output analysis and visualization easier")
(description
- branch master updated (c11b92a8aa -> da71721db1), guix-commits, 2023/06/03
- 05/23: gnu: r-ggrastr: Update to 1.0.2., guix-commits, 2023/06/03
- 10/23: gnu: r-biasedurn: Update to 2.0.10., guix-commits, 2023/06/03
- 12/23: gnu: r-ontologyindex: Update to 2.11., guix-commits, 2023/06/03
- 15/23: gnu: r-regsem: Update to 1.9.5., guix-commits, 2023/06/03
- 16/23: gnu: r-stanheaders: Update to 2.26.26., guix-commits, 2023/06/03
- 03/23: gnu: r-rmarkdown: Update to 2.22., guix-commits, 2023/06/03
- 04/23: gnu: r-ggpicrust2: Update to 1.7.0.,
guix-commits <=
- 01/23: gnu: Add r-consrank., guix-commits, 2023/06/03
- 02/23: gnu: r-rgdal: Update to 1.6-7., guix-commits, 2023/06/03
- 06/23: gnu: r-sp: Update to 1.6-1., guix-commits, 2023/06/03
- 07/23: gnu: r-ucminf: Update to 1.2.0., guix-commits, 2023/06/03
- 08/23: gnu: r-catdap: Update to 1.3.7., guix-commits, 2023/06/03
- 09/23: gnu: r-maptools: Update to 1.1-7., guix-commits, 2023/06/03
- 11/23: gnu: r-performance: Update to 0.10.4., guix-commits, 2023/06/03
- 14/23: gnu: r-adabag: Update to 5.0., guix-commits, 2023/06/03
- 18/23: gnu: r-shapforxgboost: Update to 0.1.3., guix-commits, 2023/06/03
- 23/23: gnu: r-biased-urn: Update to 2.0.10., guix-commits, 2023/06/03