The problem with this documentation is two-fold. One it seems to concentrate on building from source which I don't need. Two it doesn't address the upgade. I have a number of packages and so I need to do what has been suggested and install the latest version *first*. Then copy the libraries (packages). Then uninstall the previous version. It is on this last step that I am stuck on right now. The last link on uninstalling R manually was what I needed. Thank you.
Kevin From: jose Bartolomei [mailto:surfpr...@hotmail.com] Sent: Thursday, November 10, 2011 10:19 AM To: rkevinbur...@charter.net; R Help Subject: RE: [R] Upgrade R? Hi, Don't know if this will help you but... In my short experience and following the guidelines you should first uninstall R. http://cran.r-project.org/doc/manuals/R-admin.html#Installing-R-under-Window s Unistall it from the Windows control panel. The old R version libraries file will be kept on machine. For example : C:\Program Files\R\R-2.13.0\library Then install the new version via: http://cran.r-project.org/doc/manuals/R-admin.html#Installing-R-under-Window s You can copy/paste libraries from the old version R library file to the new one. C:\Program Files\R\R-2.14.0\library There is too an function named: ?update.packagee If above was what you did, then there is a post on Uninstalling R manually: http://learnserver.csd.univie.ac.at/rcomwiki/doku.php?id=wiki:uninstalling_r _manually Regards, Jose > From: rkevinbur...@charter.net > To: r-help@r-project.org > Date: Thu, 10 Nov 2011 09:07:20 -0600 > Subject: Re: [R] Upgrade R? > > Since apparently there is no one familiar with this error message let me > rephrase the question. Is there a 'manual' process to fully remove a version > of 'R' from my machine? This is a Window PC running Windows 7. > > > > Thank you. > > > > Kevin > > > > From: Kevin Burton [mailto:rkevinbur...@charter.net] > Sent: Monday, November 07, 2011 2:23 PM > To: 'r-help@r-project.org' > Subject: Upgrade R? > > > > I am trying to upgrade to R 2.14 from R 2.13.1 I have compied all the > libraries from the 'library' directory in my existing installation (2.13.1) > to the installed R 2.14. Now I want to uninstall the old installation (R > 2.13.1) and I get the error: > > > > Internal Error: Cannot find utCompiledCode record for this version of the > uninstaller. > > > > Any ideas? > > > > Kevin > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.