R/zzz.r

Defines functions .onLoad

.onLoad <- function(libname, pkgname)
{
  ### use masked reader with openssl in case ssh key is pw protected
  options(askPass=getPass::getPass)
  
  invisible()
}
wrathematics/rotp documentation built on June 29, 2020, 12:56 a.m.