-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
Add options(warn = 2) to Dockerfile #9
Comments
Not sure it will be enough for all.
Docker continues... Same with
Well, my error is already an error. Do not have to convert warning to error... |
Maybe you can use this at the beginning of the Dockerfile:
Then set back by removing the last line
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
remotes::install will not make the Dockerfile fail if there is an error.
options(warn = 2) solves that.
vs
The text was updated successfully, but these errors were encountered: