- fix warning during install that ffdf was defined with slot oligoClasses
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@50356 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -53,7 +53,7 @@ importFrom(ff, ffdf, physical.ff, physical.ffdf, ffrowapply) |
53 | 53 |
##Error in function (classes, fdef, mtable) : |
54 | 54 |
## unable to find an inherited method for function "medianA.AA<-", for signature "CNSet", "ff_matrix" |
55 | 55 |
##importClassesFrom(oligoClasses, ffdf, ff_matrix) |
56 |
-importClassesFrom(oligoClasses, ff_matrix) |
|
56 |
+importClassesFrom(oligoClasses, ff_matrix, ffdf) |
|
57 | 57 |
## Important to export these classes |
58 | 58 |
##exportClasses(ff_or_matrix, ff_matrix, ffdf) |
59 | 59 |
##exportClasses(ff_or_matrix) |