R/onload.R

Defines functions .onLoad

#' @useDynLib lvec
.onLoad <- function(libname, pkgname) {
  path <- tempfile();
  dir.create(path)
  .Call("set_tempdir", PACKAGE="lvec", path)
}

Try the lvec package in your browser

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

lvec documentation built on Nov. 10, 2022, 6:18 p.m.