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/clock documentation built on Sept. 11, 2022, 11:07 a.m.