R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  options( java.parameters = "-Xmx4G" )
  packageStartupMessage("Java memory set to 4 gigabytes, if further changes are required use 'options(java.parameters = '-Xmx4g')' and change the value. This is required for bartMachine, restarting R may be required if analysis has taken place with rJava prior")
}

Try the blkbox package in your browser

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

blkbox documentation built on May 2, 2019, 8:32 a.m.