Skip to content

[Bioc-devel] suppressing warn from Biobase

4 messages · Bazeley, Peter, Patrick Aboyoun

#
?suppressWarnings

Patrick
On 7/16/10 11:23 PM, Bazeley, Peter wrote:
#
Oops. I didn't read you message closely enough. Rather placing Biobase 
in the Depends field, I recommend you place it in the "Imports" field, 
and then in the NAMESPACE file, import only the symbols that you need.

That being said, using "."'s in function names is generally a bad idea 
for this very reason and should be avoided. Consider using a camel case 
naming convention, e.g. combineQuantileFreqs, for all your function names.


Cheers,
Patrick
On 7/17/10 11:50 AM, Patrick Aboyoun wrote:
1 day later
#
Thank you, Patrick. I went with the latter option. It seems like a safer move in the long run.