add version 3.8.0 to bioconductor package r-ggtree

This commit is contained in:
Glenn Johnson 2023-04-27 16:47:42 -05:00
parent 49e4251503
commit 54c84a262f

View File

@ -16,6 +16,7 @@ class RGgtree(RPackage):
bioc = "ggtree" bioc = "ggtree"
version("3.8.0", commit="e7c989085d0848e4d5f82aa8000422c71458a9a8")
version("3.6.2", commit="431ec37bc0f0159b08a7990ce1d9374e160b9f44") version("3.6.2", commit="431ec37bc0f0159b08a7990ce1d9374e160b9f44")
version("3.4.4", commit="8e48d3e2ea445b6c2213f0471462108a7a72b333") version("3.4.4", commit="8e48d3e2ea445b6c2213f0471462108a7a72b333")
version("3.4.0", commit="23f08a3da1829d1bbb6827ed1c4cf878daa4b539") version("3.4.0", commit="23f08a3da1829d1bbb6827ed1c4cf878daa4b539")
@ -28,11 +29,13 @@ class RGgtree(RPackage):
depends_on("r-dplyr", type=("build", "run")) depends_on("r-dplyr", type=("build", "run"))
depends_on("r-ggplot2@3.0.0:", type=("build", "run")) depends_on("r-ggplot2@3.0.0:", type=("build", "run"))
depends_on("r-ggplot2@3.4.0:", type=("build", "run"), when="@3.6.2:") depends_on("r-ggplot2@3.4.0:", type=("build", "run"), when="@3.6.2:")
depends_on("r-ggplot2@UNKNOWN:", type=("build", "run"), when="@3.8.0:")
depends_on("r-magrittr", type=("build", "run")) depends_on("r-magrittr", type=("build", "run"))
depends_on("r-purrr", type=("build", "run")) depends_on("r-purrr", type=("build", "run"))
depends_on("r-rlang", type=("build", "run")) depends_on("r-rlang", type=("build", "run"))
depends_on("r-ggfun", type=("build", "run")) depends_on("r-ggfun", type=("build", "run"))
depends_on("r-ggfun@0.0.6:", type=("build", "run"), when="@3.4.0:") depends_on("r-ggfun@0.0.6:", type=("build", "run"), when="@3.4.0:")
depends_on("r-ggfun@0.0.9:", type=("build", "run"), when="@3.8.0:")
depends_on("r-yulab-utils", type=("build", "run")) depends_on("r-yulab-utils", type=("build", "run"))
depends_on("r-tidyr", type=("build", "run")) depends_on("r-tidyr", type=("build", "run"))
depends_on("r-tidytree@0.2.6:", type=("build", "run")) depends_on("r-tidytree@0.2.6:", type=("build", "run"))