Skip to content

Releases: hrbrmstr/dtupdate

dtupdate v1.4

31 Aug 21:56
Compare
Choose a tag to compare

Introduces a new whats_new() function which used rmarkdown to generate an HTML preview of all the NEWS[.md] files for any packages with available github updates

dtupdate v1.3

24 Aug 12:29
Compare
Choose a tag to compare

Handles BugReports and URL field now and catches additional bad URL exceptions

dtupdate v1.0

21 Aug 14:31
Compare
Choose a tag to compare

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