mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: r-remacor: Update to 0.0.16.
* gnu/packages/cran.scm (r-remacor): Update to 0.0.16. [propagated-inputs]: Remove r-clustergeneration and r-runit; add r-envstats, r-rcpp, and r-rcpparmadillo.
This commit is contained in:
parent
c0273b86d7
commit
473142bc5e
1 changed files with 6 additions and 5 deletions
|
@ -21007,22 +21007,23 @@ plotting functions are available for analyzing clustering results.")
|
|||
(define-public r-remacor
|
||||
(package
|
||||
(name "r-remacor")
|
||||
(version "0.0.11")
|
||||
(version "0.0.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "remaCor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hhk1zrjz6sxg219h9ca7jya0vc8dmrvwaddajkcdns6bv3rj1km"))))
|
||||
"1xznj2y3qszw8s1fgbs8fiadg7c0gl3ml1blxmwixb32kr2cv5vq"))))
|
||||
(properties `((upstream-name . "remaCor")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-clustergeneration
|
||||
(list r-envstats
|
||||
r-ggplot2
|
||||
r-mvtnorm
|
||||
r-rcpp
|
||||
r-rcpparmadillo
|
||||
r-rdpack
|
||||
r-reshape2
|
||||
r-runit))
|
||||
r-reshape2))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://diseaseneurogenomics.github.io/remaCor/")
|
||||
(synopsis "Random effects meta-analysis for correlated test statistics")
|
||||
|
|
Loading…
Add table
Reference in a new issue