Archived
1
0
Fork 0

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