R/zzz.R

Defines functions .onUnload

# ANN uses a global KD_TRIVIAL structure which needs to be removed.
.onUnload <- function(libpath) {
  ANN_cleanup()
  #cat("Cleaning up after ANN.\n")
}
mhahsler/dbscan documentation built on March 4, 2024, 7:42 a.m.