On a workstation where I don't have admin rights I installed rstudio using conda (Rstudio Desktop :: Anaconda.org - version 2022.12.0 Build 355). All working fine, except my plots are not showing in rstudio's plot pane, but in their own window. I tried switching to the rstudio graphics device with options(device = "RStudioGD")
, but then I get the following error when trying to plot something:
Error in .Call("rs_createGD") :
C symbol name "rs_createGD" not in load table
After some research on this I found that people generally suggest to "simply reinstall rstudio / update to the newest version", or something along these lines. Since I have to go the conda-way because of missing admin rights, and since there aren't a whole lot of rstudio versions maintained for conda, I need a different fix.
Might it be that simply some libray is missing that could be installed via conda?