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?
1 Like
Last time I checked, Rcmdr
is no longer compatible with latest versions of RStudio so you would have to launch it from the R GUI instead.
Ah that makes sense. I'm using RStudio for an assignment and my book (out of date now) talks about installing and using Rcmdr so that's where my confusion lies. Thank you!
system
Closed
June 29, 2020, 5:17pm
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.