R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  PythonInR::pyExec("import numpy")
  PythonInR::pyOptions("useNumpy", TRUE)
  packageStartupMessage("rlo: Importing numpy and setting the PythonInR option useNumpy to TRUE")
}
jranke/rlo documentation built on May 19, 2019, 11:52 p.m.