thackl / gggenomes

A grammar of graphics for comparative genomics
https://thackl.github.io/gggenomes/
Other
572 stars 64 forks source link

Error in eval(`_inherit`, env, NULL): object 'Guides' not found. #179

Closed xiahui625649 closed 1 month ago

xiahui625649 commented 4 months ago

gggenomes(emale_genes, emale_seqs, emale_tirs, emale_ava) + geom_seq() + geom_bin_label() + # chromosomes and labels geom_feat(size=8) + # terminal inverted repeats geom_gene(aes(fill=strand), position="strand") + # genes geom_link(offset = 0.15) # synteny-blocks

Error in eval(_inherit, env, NULL): object 'Guides' not found ggplot2=3.5.0 gggenomes=1.0.0

thackl commented 4 months ago

I saw this kind of error only once after I upgraded and before I restarted my R. Can you try that and see if the problem persists?