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")
HenrikBengtsson/future.batchtools documentation built on Feb. 1, 2024, 7:47 p.m.