[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
177/296: gnu: r-clusterprofiler: Update to 3.16.0.
From: |
guix-commits |
Subject: |
177/296: gnu: r-clusterprofiler: Update to 3.16.0. |
Date: |
Fri, 12 Jun 2020 19:30:17 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 63c8323ae9b9cf9cd9684a65bfacc05077c65583
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:48:48 2020 +0200
gnu: r-clusterprofiler: Update to 3.16.0.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.16.0.
[propagated-inputs]: Remove r-ggplot2; add r-downloader and r-dplyr.
[native-inputs]: Add r-knitr.
---
gnu/packages/bioconductor.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index dc4d157..ffc72b1 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3810,22 +3810,23 @@ All the visualization methods are developed based on
ggplot2 graphics.")
(define-public r-clusterprofiler
(package
(name "r-clusterprofiler")
- (version "3.14.3")
+ (version "3.16.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version))
(sha256
(base32
- "08pd7bmqmyxncj09ilz8yb9sf1pv9ni98y8b93pz2giy7pl407hg"))))
+ "0m7919gzrd2fddb4kcznwpshhab1ha2yppnkxg11zmh40wcdawyi"))))
(properties
`((upstream-name . "clusterProfiler")))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)
("r-dose" ,r-dose)
+ ("r-downloader" ,r-downloader)
+ ("r-dplyr" ,r-dplyr)
("r-enrichplot" ,r-enrichplot)
- ("r-ggplot2" ,r-ggplot2)
("r-go-db" ,r-go-db)
("r-gosemsim" ,r-gosemsim)
("r-magrittr" ,r-magrittr)
@@ -3833,6 +3834,8 @@ All the visualization methods are developed based on
ggplot2 graphics.")
("r-qvalue" ,r-qvalue)
("r-rvcheck" ,r-rvcheck)
("r-tidyr" ,r-tidyr)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://guangchuangyu.github.io/software/clusterProfiler/")
(synopsis "Analysis and visualization of functional profiles for gene
clusters")
(description
- 151/296: gnu: r-lpsymphony: Update to 1.16.0., (continued)
- 151/296: gnu: r-lpsymphony: Update to 1.16.0., guix-commits, 2020/06/12
- 158/296: gnu: r-scone: Update to 1.12.0., guix-commits, 2020/06/12
- 160/296: gnu: r-illuminaio: Update to 0.30.0., guix-commits, 2020/06/12
- 159/296: gnu: r-geoquery: Update to 2.56.0., guix-commits, 2020/06/12
- 162/296: gnu: r-bumphunter: Update to 1.30.0., guix-commits, 2020/06/12
- 165/296: gnu: r-lumi: Update to 2.40.0., guix-commits, 2020/06/12
- 166/296: gnu: r-linnorm: Update to 2.12.0., guix-commits, 2020/06/12
- 170/296: gnu: r-heatplus: Update to 2.34.0., guix-commits, 2020/06/12
- 173/296: gnu: r-sigpathway: Update to 1.56.0., guix-commits, 2020/06/12
- 175/296: gnu: r-dose: Update to 3.14.0., guix-commits, 2020/06/12
- 177/296: gnu: r-clusterprofiler: Update to 3.16.0.,
guix-commits <=
- 180/296: gnu: r-a4core: Update to 1.36.0., guix-commits, 2020/06/12
- 182/296: gnu: r-a4preproc: Update to 1.36.0., guix-commits, 2020/06/12
- 179/296: gnu: r-annaffy: Update to 1.60.0., guix-commits, 2020/06/12
- 187/296: gnu: r-bacon: Update to 1.16.0., guix-commits, 2020/06/12
- 186/296: gnu: r-abseqr: Update to 1.6.0., guix-commits, 2020/06/12
- 189/296: gnu: r-motiv: Update to 1.43.0., guix-commits, 2020/06/12
- 188/296: gnu: r-rgadem: Update to 2.36.0., guix-commits, 2020/06/12
- 192/296: gnu: r-motifstack: Update to 1.32.0., guix-commits, 2020/06/12
- 193/296: gnu: r-genomicscores: Update to 2.0.0., guix-commits, 2020/06/12
- 194/296: gnu: r-atacseqqc: Update to 1.12.3., guix-commits, 2020/06/12