R/zzz.R

Defines functions .onUnLoad .onLoad

.onLoad <- function(libname, pkgname) {
    options(bigmemory.typecast.warning = FALSE)
}

.onUnLoad <- function(libpath) {
    options(bigmemory.typecast.warning = NULL)
}

Try the bigmemoryExtras package in your browser

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

bigmemoryExtras documentation built on Nov. 8, 2020, 5:17 p.m.