esquisse icon indicating copy to clipboard operation
esquisse copied to clipboard

Graphics API version mismatch

Open mqk98 opened this issue 3 years ago • 6 comments

I have a problem. Addin can't work and remind Graphics API version mismatch. My R version is 4.1.0.

mqk98 avatar Aug 07 '21 14:08 mqk98

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

pvictor avatar Oct 14 '21 09:10 pvictor

You could also try to reinstall Cairo

larmarange avatar Oct 26 '21 08:10 larmarange

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

fkgruber avatar Aug 23 '23 00:08 fkgruber

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 ?

pvictor avatar Aug 23 '23 07:08 pvictor

yes of course: image

fkgruber avatar Aug 23 '23 12:08 fkgruber

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

p-schaefer avatar Sep 01 '23 17:09 p-schaefer