Skip to content
Prev 6523 / 21307 Next

[Bioc-devel] check warning of QUALIFIER package

Hi,

I am not able to find the cause of the following warning message

Warning: no function found corresponding to methods exports from ?flowWorkspace? for: ?sampleNames<-?


First of all,  replacement method 'sampleNames<-' does not seem to be 
used by `QUALIFIER` anywhere.
Secondly, adding 'importFrom(Biobase,"sampleNames<-")' to NAMESPACE file 
does not resolve the issue.

Any suggestion?

Mike