nx10 / httpgd

Asynchronous http server graphics device for R.
https://nx10.github.io/httpgd
GNU General Public License v2.0
382 stars 19 forks source link

Can't open Rplot window when running vscode-R #141

Open seedvestige opened 10 months ago

seedvestige commented 10 months ago

Recently the vscode-R can not show the Rplot when I run the code in vscode-R.

The vscode-R could show the plot based on httpgd as usual before I updeate all package.

Faced this bug, I reinstalled httpgd package but there is nothing change.

When I cancelled httpgd as Rplot display settings, that is, utilized the default Rplot window, the Rplot can be displayed normally in the new window.

I preferred to use httpgd with simple comfortable and convenient interface. How should I deal with this problem?

vincentarelbundock commented 10 months ago

This may be related to this: https://github.com/randy3k/radian/issues/446

I had the same problem, updated radian and now it works fine as before.