Skip to content

dtupdate v1.0

Compare
Choose a tag to compare
@hrbrmstr hrbrmstr released this 21 Aug 14:31
· 17 commits to master since this release

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 the BugReports: 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 a DESCRIPTION file it can key off of