Closed jzluo closed 1 year ago
This appears to be fixed by downgrading ggplot2 from 3.4.0 to 3.3.6.
This appears to be fixed by downgrading ggplot2 from 3.4.0 to 3.3.6.
But Error: package ‘ggplot2’ 3.3.6 is loaded, but >= 3.4.0 is required by ‘gggenomes’
I have the same issue, how do you downgrade ggplot2
to 3.3.6
@jzluo?
I've also run into the same problem. Has anyone else been able to downgrade ggplot2 successfully, or otherwise get around this issue?
I can reproduce the issue. I'll try to look into this as soon as possible.
This only happened if gggenomes()
was called without any + geom_*
. In that case, a geom_blank()
is added automatically. But geom_blank()
is not a aware of the gggenomes internal data structure and tried to access the wrong data, causing the error. This should now be fixed
Hi, I'm running into an issue that also occurs with the example data: