R/onLoad.R

Defines functions .onLoad

crul_opts = NULL # nocov start

.onLoad <- function(libname, pkgname){
	crul_opts <<- new.env()
	crul_opts$mock <<- FALSE
} # nocov end
ropenscilabs/crul documentation built on April 9, 2024, 8:45 p.m.