mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: r-glmgampoi: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-glmgampoi): Update to 1.12.0. [propagated-inputs]: Add r-vctrs.
This commit is contained in:
parent
d2eda77f40
commit
368dd4853e
1 changed files with 4 additions and 3 deletions
|
@ -10751,13 +10751,13 @@ (define-public r-glimma
|
||||||
(define-public r-glmgampoi
|
(define-public r-glmgampoi
|
||||||
(package
|
(package
|
||||||
(name "r-glmgampoi")
|
(name "r-glmgampoi")
|
||||||
(version "1.10.2")
|
(version "1.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "glmGamPoi" version))
|
(uri (bioconductor-uri "glmGamPoi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ihjqzdhx6k99gdd4556xxn9822sblg6vmblcmbzml01bhv6xzar"))))
|
"194v3hgngraacx126axsy4gaarcwf5wfhpjsr33wb7n4p3kss2g9"))))
|
||||||
(properties `((upstream-name . "glmGamPoi")))
|
(properties `((upstream-name . "glmGamPoi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -10772,7 +10772,8 @@ (define-public r-glmgampoi
|
||||||
r-rcpparmadillo
|
r-rcpparmadillo
|
||||||
r-rlang
|
r-rlang
|
||||||
r-singlecellexperiment
|
r-singlecellexperiment
|
||||||
r-summarizedexperiment))
|
r-summarizedexperiment
|
||||||
|
r-vctrs))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://github.com/const-ae/glmGamPoi")
|
(home-page "https://github.com/const-ae/glmGamPoi")
|
||||||
(synopsis "Fit a Gamma-Poisson Generalized Linear Model")
|
(synopsis "Fit a Gamma-Poisson Generalized Linear Model")
|
||||||
|
|
Loading…
Reference in a new issue