dtupdate v1.0
The dtupdate
packages has functions that attempt to figure out which packages have non-CRAN versions (currently only looks for github ones) and then tries to figure out which ones have updates (i.e. the github version is > local version). It provides an option (not recommended) to auto-update any packages with newer development versions.
The following function is implemented:
github_update
- find, report and optionally update packages installed from or available on github. This initial version just keys off of theBugReports:
field, looking for a github-ish URL and then grabbing what info that it can to see if the repo is in package format and has aDESCRIPTION
file it can key off of