projects
/
synclust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
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
}