gnu: r-clusterprofiler: Update to 4.0.5.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.0.5.
[propagated-inputs]: Remove r-rvcheck; add r-yulab-utils.
This commit is contained in:
Ricardo Wurmus 2021-09-29 23:28:14 +02:00
parent 1359fc7fbd
commit a88e7abf2f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -7438,14 +7438,14 @@ All the visualization methods are developed based on ggplot2 graphics.")
(define-public r-clusterprofiler
(package
(name "r-clusterprofiler")
(version "4.0.4")
(version "4.0.5")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version))
(sha256
(base32
"161w9mn2plmymvzf1hkk9fwi3d9c26kbcpndyyrfcl6bg2nxr1s8"))))
"1dccrl2ffhgmv3iqlmpln7z86ahpf0j9ma194fnknsgi3cd9rhrl"))))
(properties
`((upstream-name . "clusterProfiler")))
(build-system r-build-system)
@ -7461,8 +7461,8 @@ All the visualization methods are developed based on ggplot2 graphics.")
("r-plyr" ,r-plyr)
("r-qvalue" ,r-qvalue)
("r-rlang" ,r-rlang)
("r-rvcheck" ,r-rvcheck)
("r-tidyr" ,r-tidyr)))
("r-tidyr" ,r-tidyr)
("r-yulab-utils" ,r-yulab-utils)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://guangchuangyu.github.io/software/clusterProfiler/")