R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  repo_urls <<- memoise::memoise(repo_urls)
  CRAN_urls <<- memoise::memoise(CRAN_urls)

  # Silence R CMD check note, since only used in memoised function
  withr::local_envvar
}

Try the downlit package in your browser

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

downlit documentation built on June 22, 2024, 9:17 a.m.