We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think the following is incorrect,
vetiver:::glue_sys_reqs("shiny") #RUN apt-get update -qq && apt-get install -y --no-install-recommends \ # make
as shiny should depend on zlibg as well.
I think the error is this line:
vetiver-r/R/write-docker.R
Line 116 in 8edec56
Happy to submit a PR.
The text was updated successfully, but these errors were encountered:
Yeah, I think you're right that something has gone wrong there. The line before looks OK (this is for shiny):
> map(sys_reqs$requirements, pluck, "requirements", "packages") [[1]] [[1]][[1]] [1] "make" [[2]] [[2]][[1]] [1] "make" [[3]] [[3]][[1]] [1] "make" [[3]][[2]] [1] "zlib1g-dev"
A PR would be fantastic, if you are able! Could you add a test for this function that is skipped on CRAN, for a few real packages?
Sorry, something went wrong.
Fix rstudio#142
633af2c
Fixes rstudio#142
d19e7a1
2701c7b
No branches or pull requests
I think the following is incorrect,
as shiny should depend on zlibg as well.
I think the error is this line:
vetiver-r/R/write-docker.R
Line 116 in 8edec56
Happy to submit a PR.
The text was updated successfully, but these errors were encountered: