Most efficient way to bring all packages on your system up to the newes version. Use with
source("https://gist.githubusercontent.com/JBGruber/f751d414ced2374b9856451531c5997d/raw/yay.r")
yay()
Only update CRAN packages due to the usage of old.packages()
. Let me know if you have a better way to find outdated packages.