R/zzz.R

Defines functions .onLoad

numpy = NULL
scipy = NULL

.onLoad = function(libname, pkgname) {

  numpy <<- reticulate::import("numpy", delay_load = TRUE)
  scipy <<- reticulate::import("scipy", delay_load = TRUE)

}

Try the VecDep package in your browser

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

VecDep documentation built on April 4, 2025, 5:14 a.m.