r-googlesheets4: fix r-gargle dependency (#45980)

This commit is contained in:
Wouter Deconinck 2024-08-26 07:37:00 -05:00 committed by GitHub
parent 4ede0ae5e3
commit a782e6bc33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,8 +31,7 @@ class RGooglesheets4(RPackage):
depends_on("r-cellranger", type=("build", "run")) depends_on("r-cellranger", type=("build", "run"))
depends_on("r-cli@3.0.0:", type=("build", "run")) depends_on("r-cli@3.0.0:", type=("build", "run"))
depends_on("r-curl", type=("build", "run")) depends_on("r-curl", type=("build", "run"))
depends_on("r-gargle@1.2.0", type=("build", "run")) depends_on("r-gargle@1.2.0:", type=("build", "run"), when="@1.0.0:")
depends_on("r-gargle@1.2.0:", type=("build", "run"), when="@1.0.1:")
depends_on("r-gargle@1.3.0:", type=("build", "run"), when="@1.1.0:") depends_on("r-gargle@1.3.0:", type=("build", "run"), when="@1.1.0:")
depends_on("r-glue@1.3.0:", type=("build", "run")) depends_on("r-glue@1.3.0:", type=("build", "run"))
depends_on("r-googledrive@2.0.0:", type=("build", "run")) depends_on("r-googledrive@2.0.0:", type=("build", "run"))