ggplot Crashing system

Whenever I try to use ggplot to plot something I get the "R Session Error" , "The previous R session was abnormally terminated due to an unexpected crash"
I am using RStudio Server
Version 1.4.1106 on ubuntu 20.04 which is running on a windows 10 hyper v Machine
Below is a very simple test script that fails with the above error

TEST Script

library(tidyverse)
data(iris)
ggplot(iris, aes(Sepal.Length, Petal.Length, colour=Species))+ geom_point()

hmm found this github.com/rstudio/rstudio/issues/9373 The potential solution is Downgrading to r-4.0.5-4 or running a preview version of R studio rstudio.com/products/rstudio/download/preview . – LHooper just now

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.