R/updatePackagesALL.R

#' Update All Packages Installed from CRAN, BioC, and Github
#' 
#' The 'rvcheck' package is also recommended.
#' Update All Packages Installed from CRAN, BioC, and Github.

#' @export
#'

updatePackagesALL<-function(){

if(!require(rvcheck)) {
install.packages("rvcheck"); require(rvcheck)}

  update_all()
}
PhDMeiwp/basicPackages documentation built on May 28, 2019, 5:35 p.m.