R/zzz.R

Defines functions .onLoad

.onLoad <- function(...){
    cl <- parallel:::makeCluster(8)
    doParallel:::registerDoParallel(cl)

    options(java.parameters = "-Xmx4000m")
}
jcizel/SovereignCrisis documentation built on May 18, 2019, 10:24 p.m.