gggenes icon indicating copy to clipboard operation
gggenes copied to clipboard

Add feature fail.

Open YuWang07 opened this issue 1 year ago • 3 comments

Hi,

Thanks for develop this amazing tools. I get trouble when using the geom_feature () commend. I am current using the V0.4.1.

Error in geom_feature(data = features, aes(x = position, y = Genome, forward = forward)) : could not find function "geom_feature"

Could you please give some suggestions?

YuWang07 avatar Aug 24 '22 08:08 YuWang07

Hi YuWang, the geom_feature() function is only in the development version of gggenes (the version on GitHub). You can install the development version with:

devtools::install_github('wilkox/gggenes')

wilkox avatar Aug 24 '22 10:08 wilkox

Hi, David

I reinstall&load this version but still get the same error.

YuWang07 avatar Aug 25 '22 01:08 YuWang07

Can you post the code that produces the error as a reprex?

wilkox avatar Aug 25 '22 23:08 wilkox