esquisse
esquisse copied to clipboard
Graphics API version mismatch
I have a problem. Addin can't work and remind Graphics API version mismatch. My R version is 4.1.0.
Hello, I think that's a problem with RStudio' graphic device not compatible with R 4.1.0, if you upgrade RStudio it should be OK.
Victor
You could also try to reinstall Cairo
Have the same problem running it from a WSL R terminal in windows 11.
Can we use it without Rstudio at all?
sessionInfo() R version 4.3.1 (2023-06-16) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 22.04.2 LTS
You can use it outside RStudio of course, but you need a graphic device to display plots and a browser to display the app. Are you able to display a basic ggplot
plot ?
yes of course:
I'm having the same problem with R 4.3.1 running on an ubuntu 20.04 server. Regular ggplot
show up fine, but esquisse::esquisser()
I get an ERROR: Graphics API version mismatch