git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rtreemix@28790 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,13 @@ |
1 |
+#.onLoad <- function(lib, pkg) { |
|
2 |
+ |
|
3 |
+#} |
|
4 |
+ |
|
5 |
+#.onAttach <- function(lib, pkg) { |
|
6 |
+# ## some preprocessing |
|
7 |
+# where <- match(paste("package:", pkg, sep=""), search()) |
|
8 |
+# groupGOTerms(where) |
|
9 |
+#} |
|
10 |
+ |
|
11 |
+.onUnload <- function( libpath ) { |
|
12 |
+ library.dynam.unload( "Rtreemix", libpath ) |
|
13 |
+} |