R/onLoad.R

Defines functions .onLoad

#' @include cache.R
#' @include logging.R

.onLoad <- function(libname, pkgname) {
  init_log_config()
  init_log_styles()

  # Cache UNIX OS environment variables
  if (.Platform$OS.type == "unix") {
    set_os_env_cache()
  }
}

Try the paws.common package in your browser

Any scripts or data that you put into this service are public.

paws.common documentation built on May 29, 2024, 11:04 a.m.