You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I switched from RStudio to VScode and am working on an Rshiny app that includes a ggplotly object as output. When loading the package thematic via thematic_shiny() the shiny app displays "Warning: Error in getThemeInfo: This {rstudioapi} function is not currently implemented for VSCode".
It works fine without the dynamic theming but I would like users to be able to select themes that also change for plots.
Describe the solution you'd like
If i understand the message correctly it could work but needs support from the rstudioapi in vscode.
Describe alternatives you've considered
I considered adding theme arguments to the ggplot object but that would give them one static look.
Its fine but its more convenient in Rstudio
Additional context
thematic_explanation.mp4
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I switched from RStudio to VScode and am working on an Rshiny app that includes a ggplotly object as output. When loading the package
thematic
viathematic_shiny()
the shiny app displays "Warning: Error in getThemeInfo: This {rstudioapi} function is not currently implemented for VSCode".It works fine without the dynamic theming but I would like users to be able to select themes that also change for plots.
Describe the solution you'd like
If i understand the message correctly it could work but needs support from the rstudioapi in vscode.
Describe alternatives you've considered
I considered adding theme arguments to the ggplot object but that would give them one static look.
Its fine but its more convenient in Rstudio
Additional context
thematic_explanation.mp4
The text was updated successfully, but these errors were encountered: