add version 1.12.0 to bioconductor package r-glmgampoi

This commit is contained in:
Glenn Johnson 2023-04-27 16:47:54 -05:00
parent 1af26eb02f
commit 5ccfe7de65

View File

@ -16,6 +16,7 @@ class RGlmgampoi(RPackage):
bioc = "glmGamPoi" bioc = "glmGamPoi"
version("1.12.0", commit="5fdfa5ca1a56b19e51bc6e307ca6015cc56109a0")
version("1.10.0", commit="048e17384209fc07031e09875ec6eea35e90ef46") version("1.10.0", commit="048e17384209fc07031e09875ec6eea35e90ef46")
version("1.8.0", commit="b723d61e05c1ad50a3cf6a6393ec3d97adc7edb4") version("1.8.0", commit="b723d61e05c1ad50a3cf6a6393ec3d97adc7edb4")
@ -29,5 +30,6 @@ class RGlmgampoi(RPackage):
depends_on("r-singlecellexperiment", type=("build", "run"), when="@1.10.0:") depends_on("r-singlecellexperiment", type=("build", "run"), when="@1.10.0:")
depends_on("r-biocgenerics", type=("build", "run")) depends_on("r-biocgenerics", type=("build", "run"))
depends_on("r-rlang", type=("build", "run"), when="@1.10.0:") depends_on("r-rlang", type=("build", "run"), when="@1.10.0:")
depends_on("r-vctrs", type=("build", "run"), when="@1.12.0:")
depends_on("r-rcpparmadillo", type=("build", "run")) depends_on("r-rcpparmadillo", type=("build", "run"))
depends_on("r-beachmat", type=("build", "run")) depends_on("r-beachmat", type=("build", "run"))