In the RStudio IDE I am trying to open up the R Commander window, so I use the code in the console
install.packages("Rcmdr", dependencies = TRUE)
library(Rcmdr)
but then instead of opening up the R Commander window I am met with this screen. Any ideas on how I can fix this?