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 Nov. 17, 2024, 11:43 a.m.