1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: r-glmgampoi: Add missing inputs.

* gnu/packages/bioconductor.scm (r-glmgampoi)[native-inputs]: Add
r-biocparallel, r-limma, r-mass, r-scran, and r-zoo.

Change-Id: I5019e1b6efdad8c98245bef7512265b2141f78c9
This commit is contained in:
Ricardo Wurmus 2024-11-26 16:08:09 +01:00
parent 01ce0a7fac
commit 9a1917a1cb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14817,7 +14817,8 @@ information.")
r-sparsearray
r-summarizedexperiment
r-vctrs))
(native-inputs (list r-knitr r-testthat))
(native-inputs
(list r-biocparallel r-knitr r-limma r-mass r-scran r-testthat r-zoo))
(home-page "https://github.com/const-ae/glmGamPoi")
(synopsis "Fit a Gamma-Poisson Generalized Linear Model")
(description