R/cache.R

# set up a cache
.cache <- new.env()
.cache$reminder_delay <- 60 # default to hourly notifications
.cache$reminder_paused <- TRUE
ropenscilabs/ozrepro documentation built on May 20, 2022, 10:43 a.m.