R/zzz.R

Defines functions .test .onUnload

###

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

.test <- function() BiocGenerics:::testPackage("IRanges")
Bioconductor/IRanges documentation built on Feb. 11, 2024, 8:11 p.m.