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
great great work with this tool. I no longer have to suffer the Rstudio thanks to this.
However I would love to know how I can set up the vscDebugger to be very close to Interactive R console, i.e. plots working and being displayed on the side.
when I hit plot() in debug console I get the following error:
Error in (function (display = "", width, height, pointsize, gamma, bg, :
X11 module cannot be loaded
In addition: Warning message:
unable to load shared object '/usr/local/lib/R/modules//R_X11.so':
libXt.so.6: cannot open shared object file: No such file or directory
Hi Manuel,
great great work with this tool. I no longer have to suffer the Rstudio thanks to this.
However I would love to know how I can set up the vscDebugger to be very close to Interactive R console, i.e. plots working and being displayed on the side.
when I hit plot() in debug console I get the following error:
IT seems X11 is not available
IS the issue on my side? I do have Ubuntu 20.04 machine and libx11-dev installed, R version 4.1.2.
Additionally, how do I turn off this "non verbose" default print of data frames/tables:
I d like to print first few lines same as in traditional R console if that would be possible.
Thanks so much.
The text was updated successfully, but these errors were encountered: