zzz: Internal Package Function

View source: R/utils.R

zzzR Documentation

Internal Package Function

Description

Only present for cleaning up after running examples and tests. Do not attempt to run the examples.

Usage

zzz()

Examples

if (Sys.info()[["sysname"]] == "Linux") {
  rm(list = ls())
  invisible(gc())
  .Call(nanonext:::rnng_fini_priors)
  Sys.sleep(1L)
  .Call(nanonext:::rnng_fini)
}


shikokuchuo/nanonext documentation built on June 12, 2025, 11:52 p.m.