R/zzz.R

# use this with a namespace
.onLoad <- function(lib, pkg) {
    require(phylobase)
    require(methods) # not sure if this is needed
    phylobase.options(singleton="ok")
}

Try the phyext package in your browser

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

phyext documentation built on May 2, 2019, 5:19 p.m.