R/zzz.R

Defines functions .onLoad

# .First.lib <- function(lib, pkg) {
# 	library.dynam("MDP", pkg, lib)
# 	.Call("MDP_Init", PACKAGE="MDP")
# }



.onLoad<-function(libname, pkgname){
  .Call("MDP_Init", PACKAGE="MDP")
  #packageStartupMessage( "so I will print these lines each time you load it")
}

Try the MDP package in your browser

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

MDP documentation built on May 2, 2019, 6:48 p.m.