JJG*_*abe 5 crash r ggplot2 rstudio
I updated to R 4.1.0 yesterday (19 May 2021) and initially everything was working fine, I just needed to reinstall all of my User Library packages. Now I am unable to make a simple ggplot.
library(ggplot2)
Cars <- mtcars
ggplot(Cars, aes(x = mpg, y = hp)) +
geom_point()
Run Code Online (Sandbox Code Playgroud)
The ggplot line causes a whole bunch of [21263:21263:20210520,162145.598752:ERROR elf_dynamic_array_reader.h:61] tag not found (see picture).
Looking around, this error is usually associated with nvidia graphics drivers. I have a GeForce2 with what I think is the newest driver (460) but even when I switch to my native Intel graphics driver I get the same error. Has anyone else experienced this yet? Should I revert back to R 3.6.3?