Skip to content
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

treat warnings in install.packages as errors #92

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

treat warnings in install.packages as errors #92

wants to merge 11 commits into from

Conversation

krlmlr
Copy link
Contributor

@krlmlr krlmlr commented Nov 24, 2013

warnings in install_deps are tolerated.

This won't fix no #74, but still could be useful.

@krlmlr
Copy link
Contributor Author

krlmlr commented Nov 24, 2013

Now I see what you mean... Amending.

@krlmlr
Copy link
Contributor Author

krlmlr commented Dec 3, 2013

The test now tests what it's supposed to test. Do we want warnings in install.packages to be treated as errors?

@krlmlr
Copy link
Contributor Author

krlmlr commented Aug 21, 2014

bump

Warnings in install.packages are now silently ignored, this pull request makes a build fail if there are warnings in install.packages. We might run into trouble when applying this right away, but how about making this dependent on the WARNINGS_ARE_ERRORS variable?

@craigcitro
Copy link
Owner

I like adding it behind a flag -- how about a new one? (i imagine "my dependencies are having issues" being a separate worry from "i have warnings in my package".)

@krlmlr
Copy link
Contributor Author

krlmlr commented Nov 26, 2014

Updated to current master, now enabled with flag VERIFY_INSTALL_ERRORS. Updated tests, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants