r-signac: added needed zlib dependency (#34751)

This commit is contained in:
Glenn Johnson
2023-01-02 11:31:22 -06:00
committed by GitHub
parent e4881d5465
commit f65bb62de4

View File

@@ -46,3 +46,4 @@ class RSignac(RPackage):
depends_on("r-rcpp", type=("build", "run"))
depends_on("r-tidyselect", type=("build", "run"))
depends_on("r-vctrs", type=("build", "run"))
depends_on("zlib")