add version 3.17.1 to bioconductor package r-biocversion
This commit is contained in:
parent
fe42b269d7
commit
d4d42b33f9
@ -14,6 +14,7 @@ class RBiocversion(RPackage):
|
||||
|
||||
bioc = "BiocVersion"
|
||||
|
||||
version("3.17.1", commit="a2d0c4c489be1cafdb51bf8d205161429b09ac7f")
|
||||
version("3.16.0", commit="c681e06fe30ea6815f958c1a3c74c090863680ba")
|
||||
version("3.15.2", commit="818ab03b6a3551993b712e3702126040f9fb7600")
|
||||
version("3.14.0", commit="aa56d93d0ea5dcdbf301f120502981740fd91e1e")
|
||||
@ -22,3 +23,4 @@ class RBiocversion(RPackage):
|
||||
depends_on("r@4.0.0:", type=("build", "run"))
|
||||
depends_on("r@4.1.0:", type=("build", "run"), when="@3.14.0:")
|
||||
depends_on("r@4.2.0:", type=("build", "run"), when="@3.15.2:")
|
||||
depends_on("r@4.3.0:", type=("build", "run"), when="@3.17.1:")
|
||||
|
Loading…
Reference in New Issue
Block a user