Skip to content
Prev 389137 / 398513 Next

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

On 13/09/2021 9:33 a.m., Brian Lunergan wrote:
That likely means you still have some files from the newer R in your 
package library.  To find where your library is stored, run .libPaths(). 
  Then look in that directory and remove the "car" directory.  You might 
want to also remove anything else that was installed before you 
installed R 3.4.4, because all the old dirs in there will cause you trouble.

Duncan Murdoch