R/acro-package.R

if (!exists("acroEnv", envir = emptyenv(), inherits = FALSE)) {
  # Create a package-specific environment
  acroEnv <- new.env(parent = emptyenv())
  acroEnv$ac <- NULL
}

Try the acro package in your browser

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

acro documentation built on April 4, 2025, 3:51 a.m.