File: zzz.R

package info (click to toggle)
r-cran-xml2 1.1.0-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 852 kB
  • sloc: cpp: 1,057; xml: 115; sh: 53; ansic: 12; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (7)
1
2
3
4
.onUnload <- function(libpath) {
  gc() # trigger finalisers
  library.dynam.unload("xml2", libpath)
}