zzz {nanonext} | R 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)
}
[Package nanonext version 1.4.0 Index]