R/zzz.r

# References:
# 1. https://github.com/hrbrmstr/hrbrthemes/blob/master/R/zzz.r.
# 2. https://github.com/metrumresearchgroup/sinew/blob/master/R/zzz.R
# 3. https://github.com/hadley/devtools/blob/master/R/zzz.r.

# temisc_default_opts <- list()
#
# .onLoad <- function(libname, pkgname) {
#   op <- options()
#   toset <- !(names(temisc_default_opts) %in% names(op))
#   if(any(toset)) options(temisc_default_opts[toset])
#
#   invisible()
# }
#
# .onAttach <- function(libname, pkgname) {
#   # if (interactive()) {
#   #   packageStartupMessage("This package is under active development.")
#   # }
# }
aelhabr/teutils documentation built on May 7, 2019, 7:59 a.m.