r-compositions: add v2.0-6 (#37192)

* r-compositions: add v2.0-6

* Split r dependecies from other r packages to match common format
This commit is contained in:
Alec Scott 2023-04-26 17:32:15 -07:00 committed by GitHub
parent 6e276ecb4c
commit 67cf37d750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,14 @@ class RCompositions(RPackage):
cran = "compositions" cran = "compositions"
version("2.0-6", sha256="45d374ebfdcc2c9f6cc738d196caf83a2297ed2aefe2cc99007fcbeb78a61c34")
version("2.0-4", sha256="7b9c7a3bf654fb02d9eb1b4a7566469b2f5232f3b2c1b324c02239fd31060faf") version("2.0-4", sha256="7b9c7a3bf654fb02d9eb1b4a7566469b2f5232f3b2c1b324c02239fd31060faf")
version("2.0-1", sha256="84a291308faf858e5a9d9570135c2da5e57b0887f407903485fa85d09da61a0f") version("2.0-1", sha256="84a291308faf858e5a9d9570135c2da5e57b0887f407903485fa85d09da61a0f")
version("1.40-2", sha256="110d71ae000561987cb73fc76cd953bd69d37562cb401ed3c36dca137d01b78a") version("1.40-2", sha256="110d71ae000561987cb73fc76cd953bd69d37562cb401ed3c36dca137d01b78a")
depends_on("r@2.2.0:", type=("build", "run")) depends_on("r@2.2.0:", type=("build", "run"))
depends_on("r@3.6:", type=("build", "run"), when="@2.0-4:") depends_on("r@3.6:", type=("build", "run"), when="@2.0-4:")
depends_on("r-tensora", type=("build", "run")) depends_on("r-tensora", type=("build", "run"))
depends_on("r-robustbase", type=("build", "run")) depends_on("r-robustbase", type=("build", "run"))
depends_on("r-bayesm", type=("build", "run")) depends_on("r-bayesm", type=("build", "run"))