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 Oct. 17, 2023, 5:07 p.m.