File: onUnload.R

package info (click to toggle)
r-cran-poissonbinomial 1.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 736 kB
  • sloc: cpp: 719; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (3)
1
2
3
4
5
# http://r-pkgs.had.co.nz/src.html#c-best-practices

.onUnload <- function (libpath) {
  library.dynam.unload("PoissonBinomial", libpath)
}