Skip to content
New issue

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

Unable to run - "register_theme_dependency" #47

Open
NickCH-K opened this issue Oct 23, 2022 · 3 comments
Open

Unable to run - "register_theme_dependency" #47

NickCH-K opened this issue Oct 23, 2022 · 3 comments

Comments

@NickCH-K
Copy link

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

@MattCowgill
Copy link
Owner

Thanks @NickCH-K, sorry about this. I'll look into it

@MattCowgill
Copy link
Owner

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()

@NickCH-K
Copy link
Author

That code produces the same error as before for me. Continues to occur if I update shiny to 1.7.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants