Dear All,
After a new R release I usually run the command
update.packages(ask = FALSE, checkBuilt = TRUE)
in order to update all the packages which are either old or built under a previous R version.
Does anybody know how to achieve the same using the wonderful pak library?
Thanks