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
Loving capsule::repl() - however it doesn't seem to produce plots when I run them in the console - just wondering if this is something you have a workaround for?
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out. The REPL runs in a separate session that RStudio doesn't know anything about. I would have assumed it would launch its own vanilla R device window for plots but it for some reason it does not.
But I found a work around: When I manually run x11() in the REPL a new graphics device output window is opened and future plot() calls output to the window as expected.
Loving
capsule::repl()
- however it doesn't seem to produce plots when I run them in the console - just wondering if this is something you have a workaround for?The text was updated successfully, but these errors were encountered: