RStudio server running with X forwarding?

We have RStudio Server running in our infrastructure. We connect to the default port it is being forwarded to with a web browser. I'm unable to open X11 related graphics devices. Is it RStudio Server configuration or server-side configuration which which enable X forwarding through the connected session? For example, when running quartz() in the console I receive the following error:
quartz() Warning message: In quartz() : Quartz device is not available on this platform

And when running xclock in the Terminal emulator I receive the following error:
Error: Can't open display: :0

Any guidance would helpful, I'm working with our IT techs to get this issue ironed out.

What is the output of:

capabilities()

on your platform? Note that R needs to be compiled with access to the requisite libraries -- https://cran.r-project.org/doc/manuals/R-admin.html#Essential-programs-and-libraries may be relevant.

1 Like

Ahh, X11 reads FALSE.

Thanks!

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.