Skip to content

Error msg trying to load R Commander with an older R edition...

1 message · John Fox

#
Dear Brian,
On 2021-09-13 9:33 a.m., Brian Lunergan wrote:
It's hard to know exactly how many things are wrong here, but one 
problem seems to be that you saved the R workspace in the newer version 
of R, and that the older version is trying to load the saved workspace, 
which is an incompatible format.

The workspace is probably saved in the file .RData in your R home 
directory. If that's the case, then you should see a message to this 
effect when R starts up. I'd begin by simply deleting this file.

Then, if the Rcmdr package fails to load with an error indicating that 
car or another package is missing, I'd try installing the missing 
package(s).

Finally, you might be better off persevering in your attempt to install 
the current version of R rather than the quite old version that you're 
trying get working.

I hope this helps,
  John