first commit
[synclust.git] / R / zzz.R
1 #called when package is detached ( detach("package:pkg_name") )
2 .Last.lib = function(path)
3 {
4 library.dynam.unload("synclust", path)
5 }