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())
  gc()
  .Call(nanonext:::rnng_thread_shutdown)
  Sys.sleep(1L)
  .Call(nanonext:::rnng_fini)
}


nanonext documentation built on April 4, 2025, 5:18 a.m.