File: zzz.onUnload.R

package info (click to toggle)
r-cran-future.batchtools 0.12.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 528 kB
  • sloc: sh: 82; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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")