R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  set_nm_opts()
}

if (!exists(".sso_env")) {
  .sso_env <- new.env(parent = emptyenv())
  .sso_env$run_count <- 0
}

Try the NMproject package in your browser

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

NMproject documentation built on Sept. 30, 2022, 1:06 a.m.