R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname){
	# create the environment we will use to store data
	currEnv <- search()
	if (!("knitcitationVars" %in% currEnv)){
		e1 <- new.env()
		attach(e1, name="knitcitationVars")
	}
	
}
rmflight/testOptionManipulation documentation built on May 27, 2019, 9:32 a.m.