R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  # if (!exists(antgreens_opt_name, 1)) {
  #   load_antgreens_options()
  # }
  # else {
  #   packageStartupMessage(
  #     "... You have already has variable `", antgreens_opt_name, "` in .GlobalEnv."
  #   )
  #   packageStartupMessage("... So every options you set will remain the same.")
  # }
}
YuanchenZhu2020/antgreens documentation built on Dec. 18, 2021, 8:20 p.m.