R/zzz.R

Defines functions .test .onUnload

###

.onUnload <- function(libpath)
{
    library.dynam.unload("IRanges", libpath)
}

.test <- function() BiocGenerics:::testPackage("IRanges")

Try the IRanges package in your browser

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

IRanges documentation built on Dec. 14, 2020, 2 a.m.