R/loadPackages.R

Defines functions loadPackages

Documented in loadPackages

#' @title Load a number of packages I always like to have in the search path.
#' @export
loadPackages <- function() if(interactive())
{
cat('-----------------------------------------------\nloadAndMessage("")\n')
  loadAndMessage("br")
  loadAndMessage("berryFunctions")  
  # devtools stuff in fromDevtools.R
# working directory:
cat("-----------------------------------------------\n")
cat("getwd() : ", getwd(), "\n")
cat("-----------------------------------------------\n")
}
brry/installB documentation built on Jan. 3, 2024, 6:49 p.m.