R/zzz.R

Defines functions .onLoad

.NameSpace <- environment()
.onLoad <- function(libname, pkgname) {
    ## load the module and store it in our namespace
    mod <- Module("RcppModels")
    populate(mod, .NameSpace)
}

Try the RcppModels package in your browser

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

RcppModels documentation built on May 2, 2019, 4:19 p.m.