File: zzz.R

package info (click to toggle)
r-cran-dbscan 1.2.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,196 kB
  • sloc: cpp: 4,359; sh: 13; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# ANN uses a global KD_TRIVIAL structure which needs to be removed.
.onUnload <- function(libpath) {
  ANN_cleanup()
  #cat("Cleaning up after ANN.\n")
}