50717b7324579be500fb2382a0ef1eebdaeed8a6
[synclust.git] / R / zzz.R
1 #called when package is detached ( detach("package:pkg_name") )
2 .onDetach = function(libpath)
3 {
4 library.dynam.unload("synclust", libpath)
5 }