-
Notifications
You must be signed in to change notification settings - Fork 0
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
Git utilities #9
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/1-export-manifests #9 +/- ##
===========================================================
+ Coverage 86.41% 90.13% +3.71%
===========================================================
Files 4 5 +1
Lines 162 294 +132
===========================================================
+ Hits 140 265 +125
- Misses 22 29 +7 ☔ View full report in Codecov by Sentry. |
Improve handling for base packages
This should prevent the creation of `syumbols.rds` for loaded packages
to prevent pkgload from creating symbols file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple NB comments/ questions, but LGTM and functions well locally.
Very cool PR in general :-)
Related: I know this package is meant to be "minimal" but probably a good idea to explain that it's for tests in a separate repo, so that we don't accidentally delete it. See RMI-PACTA/minimal.r.package#1 |
Another PR towards the manifest export
this one adds utilities for identifying git status on a directory, and surfacing any changes from upstream or local HEAD (dirty repo).
Notable updates:
get_git_info
which returns a list with git info about a repo specifiedget_git_info
toget_individual_package_info
for packages installed from local directory or loaded with devtools/pkgload