Skip to content

[Bioc-devel] loading VariantAnnotation package breaks ggplot2::qplot when faceting, potential cbind problem?

7 messages · Martin Morgan, Tengfei Yin

#
On 9/12/2012 3:42 PM, Tengfei Yin wrote:
It will be fixed up-stream, probably in the next day or two. A dueling 
packages approach is to methods:::bind_activation(FALSE) after your 
dependencies are loaded (e.g., in .onLoad()) but there's really no need 
for that.

Martin