R/onLoad.R

Defines functions .onLoad

clock_opts <- NULL # nocov start
.onLoad <- function(libname, pkgname){
	clock_opts <<- new.env()
	clock_opts$mock <<- FALSE
} # nocov end
ropensci/pendulum documentation built on Sept. 12, 2022, 12:12 p.m.