R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    if(interactive())
        packageStartupMessage("See ?SimFunctions to get started with SimDesign")
}

Try the SimDesign package in your browser

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

SimDesign documentation built on May 29, 2024, 1:15 a.m.