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 July 25, 2024, 2:18 p.m.