I'm using more and more dev packages installed from github.
I find myself wondering if there is an easy way to update these packages?
Essentially looking for something like update.packages()
equivalent for install_github()
(or indeed any other repo than CRAN).
Similar question for R-forge has some ideas:
Automatically update packages installed from R-forge
Maybe the best way to do this would be to install dev packages in their own separate directory:
How to specify lib directory when installing development version R Packages from github repository
keep a tab on packages as they are installed, and try re-installing list regularly.
Any thoughts?