R/zzz.R

Defines functions .onAttach

".phylobase.Options" <-
    list(retic = "fail",
         singleton = "warn",
         multiroot = "warn",
         poly = "ok",
         allow.duplicated.labels = "warn")


.onAttach <- function(library, pkg)
{
    ## we can't do this in .onLoad
    unlockBinding(".phylobase.Options", asNamespace("phylobase"))
}

Try the phylobase package in your browser

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

phylobase documentation built on March 26, 2020, 7:44 p.m.