projects
/
synclust.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
add alternative approach from 2013-01
[synclust.git]
/
R
/
zzz.R
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#called when package is detached ( detach("package:pkg_name") )
2
.onDetach = function(libpath)
3
{
4
library.dynam.unload("synclust", libpath)
5
}