R/onLoad.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname){
	# setting some options

	options("dreamerr_check" = TRUE)
	options("dreamerr_dev.mode" = FALSE)

	invisible()
}

Try the dreamerr package in your browser

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

dreamerr documentation built on Aug. 24, 2023, 1:08 a.m.