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
ropensci/crul documentation built on April 15, 2024, 1:30 a.m.