add tip for updating deps of a local package #137
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.






Brief overview of changes
Quick one as I figured this out elsewhere, and thought it might be handy to stash somewhere. The dfeR contributing file has become the main one for package maintainers for us to put stuff like this on.
Why are these changes being made?
Had a weird issue on another package with test failures I couldn't recreate, until I then updated my local versions of the packages that package depended on. Also needed it for automating the install of dependencies in a Dockerfile. Figured this was a helpful shortcut to stash for future me, and for others.
Essential Checklist
devtools::test())devtools::document()Consider (as applicable)
NEWS.mdfile with a summary of my changesDESCRIPTIONstyler::style_pkg()) and lintr issues (lintr::lint_package())