gnu: r-clusterprofiler: Update to 4.10.0.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.10.0. [propagated-inputs]: Add r-httr and r-igraph. Change-Id: I87ea2a45b028483551ba936030f002d4bf1d97f0
This commit is contained in:
parent
5342489b80
commit
c112d7bdf0
1 changed files with 4 additions and 2 deletions
|
@ -14950,14 +14950,14 @@ attempts to assess their statistical significance.")
|
||||||
(define-public r-clusterprofiler
|
(define-public r-clusterprofiler
|
||||||
(package
|
(package
|
||||||
(name "r-clusterprofiler")
|
(name "r-clusterprofiler")
|
||||||
(version "4.8.3")
|
(version "4.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "clusterProfiler" version))
|
(uri (bioconductor-uri "clusterProfiler" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kihrpa8cb2bqk5dck0w6yzgfpl72qxlrxwpidg1ar27q3ivz8w3"))))
|
"1vlrybyczfci5qnw50k0y2j2853r2p1ff5bpj35rdca4ja0iqh2q"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "clusterProfiler")))
|
`((upstream-name . "clusterProfiler")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -14970,6 +14970,8 @@ attempts to assess their statistical significance.")
|
||||||
r-go-db
|
r-go-db
|
||||||
r-gosemsim
|
r-gosemsim
|
||||||
r-gson
|
r-gson
|
||||||
|
r-httr
|
||||||
|
r-igraph
|
||||||
r-magrittr
|
r-magrittr
|
||||||
r-plyr
|
r-plyr
|
||||||
r-qvalue
|
r-qvalue
|
||||||
|
|
Reference in a new issue