R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
# 	loadRcppModules()
	loadModule(module="flan_module",what=TRUE,loadNow=TRUE)
}

Try the flan package in your browser

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

flan documentation built on June 7, 2021, 9:07 a.m.