I need some advice on how to resolve a warning in a revision of my REBayes
package.
At the moment the package Depends on SparseM and Matrix and does some mildly
exotic
coercion like this:
A <- as(as.matrix.csc(A),"dgCMatrix")
that converts a SparseM csr matrix A into a SparseM csc matrix and t
Is there some functionality for NAMSPACE files where I can import a
package, except a couple of functions, something like
importExcept
The situation is that I import from two different packages, A and B .
A (Biobase) is quite big and I essentially want to import all of the
package. B (matrixSta