R/onAttach.r

.onAttach <- function(lib, pkg){
  if(TRUE)
  {
     setCores(1)
     packageStartupMessage("\nUse the function setCores() to change the number of CPU cores.\n")
  }
}

Try the awsMethods package in your browser

Any scripts or data that you put into this service are public.

awsMethods documentation built on May 8, 2019, 5:02 p.m.