mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -05:00
gnu: r-apeglm: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-apeglm): Update to 1.22.0. [native-inputs]: Add r-rmarkdown.
This commit is contained in:
parent
df0d0504fb
commit
ef2994f256
1 changed files with 3 additions and 3 deletions
|
@ -9926,13 +9926,13 @@ (define r-rcppnumerical
|
||||||
(define-public r-apeglm
|
(define-public r-apeglm
|
||||||
(package
|
(package
|
||||||
(name "r-apeglm")
|
(name "r-apeglm")
|
||||||
(version "1.20.0")
|
(version "1.22.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "apeglm" version))
|
(uri (bioconductor-uri "apeglm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hk2y7r734wdd56f18l03kyq9p35kv653a5f7z2cjkq37gvcqrd1"))))
|
"1k02w2jk0s65x1l2axi80fk60nxyx8jbgkax5pxwrsbv7l84n3bl"))))
|
||||||
(properties `((upstream-name . "apeglm")))
|
(properties `((upstream-name . "apeglm")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -9942,7 +9942,7 @@ (define-public r-apeglm
|
||||||
r-rcppeigen
|
r-rcppeigen
|
||||||
r-rcppnumerical
|
r-rcppnumerical
|
||||||
r-summarizedexperiment))
|
r-summarizedexperiment))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr r-rmarkdown))
|
||||||
(home-page "https://bioconductor.org/packages/apeglm")
|
(home-page "https://bioconductor.org/packages/apeglm")
|
||||||
(synopsis "Approximate posterior estimation for GLM coefficients")
|
(synopsis "Approximate posterior estimation for GLM coefficients")
|
||||||
(description "This package provides Bayesian shrinkage estimators for
|
(description "This package provides Bayesian shrinkage estimators for
|
||||||
|
|
Loading…
Reference in a new issue