Warning message:
R graphics engine version 15 is not supported by this version of RStudio.
The Plots tab will be disabled until a newer version of RStudio is installed.
This warning appeared today out of nowhere. The plot pane is indeed annoyingly disabled. I did not update anything so I don't know why it suddenly appeared.
I assume RStudio pushed an update which broke my installation. Unfortunately I work for an organisation which does not allow us to have admin rights and which is very slow to respond to software/update requests.
Is there another way to fix this aside for waiting several weeks for my organisation to update RStudio?
> sessionInfo()
R version 4.2.1 (2022-06-23 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19044)
Matrix products: default
locale:
[1] LC_COLLATE=English_New Zealand.1252 LC_CTYPE=English_New Zealand.1252
[3] LC_MONETARY=English_New Zealand.1252 LC_NUMERIC=C
[5] LC_TIME=English_New Zealand.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.2.1 tools_4.2.1
RStudio version 1.4.1106
You are using a very old RStudio version so no update on their side has happened (besides they can't / don't have a reason to, do a remote update).
However you are using the latest and greatest R version which has a new graphics engine that is not compatible with old RStudio versions, so this update (which has nothing to do with RStudio) is the cause of your problem. Sadly, the only solution is to either downgrade R or update RStudio. I believe you can download an installerless version of RStudio that doesn't require admin rights but I have never tried my self.
Admin installed the latest version of RStudio 2022.02.3 on my Windows.
Opening RStudio did not crash, but opening my project did crash (Javascript error).
Latest version of Javascript is already installed.
Suspected as issue with the RStudio project itself.
Deleting the projects /.Rproj.user/ directory seemed to fix it. Files pane now works.
Perhaps this is incompatible with the new RStudio.