R/zzz.R

Defines functions .test .onUnload

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

.test <- function() BiocGenerics:::testPackage("GenomicRanges")
Bioconductor/GenomicRanges documentation built on March 19, 2024, 12:39 p.m.