R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname)
{
  pbdMPI::pbd_opt(gbd.major = 1L)
  pbdMPI::pbd_opt(divide.method = c("block.cyclic", "block0"))
  
  invisible()
}

Try the pbdDEMO package in your browser

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

pbdDEMO documentation built on May 2, 2019, 3:33 p.m.