R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
	httr::timeout(15)
	options(timeout = max(300, getOption("timeout")))
	try(update_terms(quiet=TRUE), silent=TRUE)
}
reagro/carobiner documentation built on Dec. 4, 2024, 3:21 p.m.