R/onLoad.R

Defines functions .onLoad

#.First.lib <- function(libname, pkgname) {
# library.dynam("TUWmodel", pkgname, libname)
#}
.onLoad <- function(libname, pkgname){
 # do whatever needs to be done when the package is loaded
 # some people use it to bombard users with 
 # messages using 
 #packageStartupMessage( "my package is so cool" )
 #packageStartupMessage( "so I will print these lines each time you load it")
 library.dynam("TUWmodel", pkgname, libname)
}

Try the TUWmodel package in your browser

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

TUWmodel documentation built on Feb. 26, 2020, 5:08 p.m.