R/zzz.R

Defines functions .test .onUnload

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

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

Try the GenomicRanges package in your browser

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

GenomicRanges documentation built on Nov. 8, 2020, 5:46 p.m.