vscode-R
vscode-R copied to clipboard
Rplot cannot be plotted
When I input plot(1:10) in the shell radian, there will be a popup R Graphics: Device 2 (ACTIVE) to draw pictures. However, when codeserver runs radian input plot(1:10), the plot cannot be drawn, that is, Rplot cannot be plotted.
Can you reproduce this on https://demo.jupyter.b-data.ch which serves JupyterLab + code-server?
See also https://github.com/b-data/jupyterlab-r-docker-stack
See https://github.com/randy3k/radian/issues/446
Cross reference: https://github.com/REditorSupport/vscode-R/issues/1447
radian v0.6.9 is out which resolves this issue.