We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I started up ggannotate after a while of not using it, and I can't get it to work at all. The shiny window pops up but I see
An error has occurred! could not find function "register_theme_dependency"
I'm guessing this is a shiny issue - perhaps the function name has changed or something? This is with ggannotate_0.1.0.900 and shiny_1.7.2
The text was updated successfully, but these errors were encountered:
Thanks @NickCH-K, sorry about this. I'll look into it
Sorry, something went wrong.
Hi @NickCH-K are you able to elaborate on this? I tried and didn't encounter a problem with:
library(ggplot2) ggplot(mtcars, aes(wt, mpg)) + geom_point() ggannotate::ggannotate()
That code produces the same error as before for me. Continues to occur if I update shiny to 1.7.3.
No branches or pull requests
I started up ggannotate after a while of not using it, and I can't get it to work at all. The shiny window pops up but I see
I'm guessing this is a shiny issue - perhaps the function name has changed or something? This is with ggannotate_0.1.0.900 and shiny_1.7.2
The text was updated successfully, but these errors were encountered: