R/zzz.R

Defines functions .onLoad

.env <- new.env(parent = emptyenv())

.onLoad <- function(...) {

  # Keep track of whether pkg has shown warning about memory-related functions
  .env$warned <- FALSE
}
coolbutuseless/cairocore documentation built on Aug. 31, 2020, 12:43 a.m.