vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

Rplot cannot be plotted

Open mipanpan opened this issue 2 years ago • 3 comments

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.

mipanpan avatar Nov 13 '23 16:11 mipanpan

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

benz0li avatar Nov 13 '23 16:11 benz0li

See https://github.com/randy3k/radian/issues/446

Cross reference: https://github.com/REditorSupport/vscode-R/issues/1447

benz0li avatar Nov 28 '23 06:11 benz0li

radian v0.6.9 is out which resolves this issue.

benz0li avatar Nov 28 '23 10:11 benz0li