R/zzz.R

.First.lib <-
    function (libname, pkgname)
{
    ## echo output to screen
    cat("## Statistical Methods in Forensic Genetics \n")
    cat("## The work was supported by the project 1M06014 of the Ministry of 
        Education, Youth and Sports of the Czech Republic. \n")
    ## assuming you would need the package genetics, combinat for your package
    require(genetics, quietly=TRUE)
    require(combinat, quietly=TRUE)
}

Try the forensic package in your browser

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

forensic documentation built on May 2, 2019, 1:52 p.m.