tests/zzz.onUnload.R

source("incl/start.R")

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Load and unload of package
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
loadNamespace("future.batchtools")

message("*** .onUnload() ...")

libpath <- dirname(system.file(package = "future.batchtools"))
future.batchtools:::.onUnload(libpath)

message("*** .onUnload() ... DONE")

source("incl/end.R")

Try the future.batchtools package in your browser

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

future.batchtools documentation built on May 29, 2024, 3:18 a.m.