[R] updating packages?

2009-03-13 Thread rkevinburton
I am trying to update the packages that I have installed but I get the following warning messages: package 'tseries' successfully unpacked and MD5 sums checked Warning: cannot remove prior installation of package 'tseries' bundle 'forecasting' successfully unpacked and MD5 sums checked Warning:

Re: [R] updating packages?

2009-03-13 Thread ronggui
Maybe they are loaded, use search() to see if they are. If yes, then use detach() to unload them first. Best 2009/3/13 rkevinbur...@charter.net: I am trying to update the packages that I have installed but I get the following warning messages: package 'tseries' successfully unpacked and

[R] Updating packages under R 2.8.1

2009-01-16 Thread Henning Wildhagen
Dear users, i just installed the lastest version of R, 2.8.1 on my computer (OS Windows XP). Then i tried to update the packages copied from my old R version by update.packages(ask=F) However i get the following warning: Warning: unable to access index for repository

Re: [R] Updating packages under R 2.8.1

2009-01-16 Thread Uwe Ligges
Henning Wildhagen wrote: Dear users, i just installed the lastest version of R, 2.8.1 on my computer (OS Windows XP). Then i tried to update the packages copied from my old R version by update.packages(ask=F) However i get the following warning: Warning: unable to access index for

[R] Updating Packages with Personal Library

2008-11-07 Thread Alan Lue
I'm having trouble running `updates.packages()' and installing into a personal library. Setup: 1. .Renviron file contains: R_LIBS_USER=~/lib/R/%p-library/%v 2. Hence personal library is: ~/lib/R/i486-pc-linux-gnu-library/2.6/ 3. Library path upon starting R: .libPaths() [1]

Re: [R] Updating Packages with Personal Library

2008-11-07 Thread Alan Lue
Test. On Fri, Nov 7, 2008 at 2:40 AM, Alan Lue [EMAIL PROTECTED] wrote: I'm having trouble running `updates.packages()' and installing into a personal library. Setup: 1. .Renviron file contains: R_LIBS_USER=~/lib/R/%p-library/%v 2. Hence personal library is:

[R] Updating packages from one hard-drive to another, after upgrade of R

2008-03-05 Thread Bob Green
The CPU on my computer 'died' and I have had to purchase a new computer. I have just installed v 2.6.2. My previous computer had v 2.5.1 and a large number of files in the library folder. These files have been copied to a partition on my new hard drive, along with the old R installation. Can

Re: [R] Updating packages from one hard-drive to another, after upgrade of R

2008-03-05 Thread ONKELINX, Thierry
maart 2008 15:07 Aan: r-help@r-project.org Onderwerp: [R] Updating packages from one hard-drive to another,after upgrade of R The CPU on my computer 'died' and I have had to purchase a new computer. I have just installed v 2.6.2. My previous computer had v 2.5.1 and a large number of files

Re: [R] Updating packages from one hard-drive to another, after upgrade of R

2008-03-05 Thread Gabor Grothendieck
See ?.libPaths for info on setting the location of your libraries. If you do want to copy them the copydir.bat utility in batchfiles.googlecode.com can do that. On Wed, Mar 5, 2008 at 9:07 AM, Bob Green [EMAIL PROTECTED] wrote: The CPU on my computer 'died' and I have had to purchase a new

Re: [R] Updating packages from one hard-drive to another, after upgrade of R

2008-03-05 Thread Prof Brian Ripley
-project.org Onderwerp: [R] Updating packages from one hard-drive to another,after upgrade of R The CPU on my computer 'died' and I have had to purchase a new computer. I have just installed v 2.6.2. My previous computer had v 2.5.1 and a large number of files in the library folder. These files

Re: [R] Updating packages

2007-11-01 Thread Prof Brian Ripley
On Thu, 1 Nov 2007, John Field wrote: I've just updated from R-2.5.1 to R-2.6.0, under Windows XP. Is there a simple way to reload into R-2.6.0 all the packages I had loaded under R-2.5.1? Do you mean 'installed'? If so, this is covered in the rw-FAQ. -- Brian D. Ripley,

[R] Updating packages

2007-10-31 Thread John Field
I've just updated from R-2.5.1 to R-2.6.0, under Windows XP. Is there a simple way to reload into R-2.6.0 all the packages I had loaded under R-2.5.1? Thanks, John = John Field Consulting Pty Ltd 10 High Street, Burnside SA 5066 Australia Phone +61 8 8332 5294 or +61 409

Re: [R] Updating packages for R 2.6.0

2007-10-04 Thread Gabor Csardi
You need to install the libc6-dev ubuntu package to be able to compile programs. sudo apt-get install libc6-dev Gabor On Thu, Oct 04, 2007 at 09:54:26AM -0400, Ricardo Pietrobon wrote: I must be making some really basic mistake, since I keep getting an error message when using

Re: [R] Updating packages for R 2.6.0

2007-10-04 Thread Ricardo Pietrobon
I must be making some really basic mistake, since I keep getting an error message when using update.packages(checkBuilt=TRUE, ask=FALSE) - an example for MASS is below. I am running ubuntu 7.04, with a clean install done today of version 2.6.0 straight from the R repository. here is the message:

Re: [R] Updating packages for R 2.6.0

2007-10-04 Thread Dirk Eddelbuettel
On Thu, Oct 04, 2007 at 09:54:26AM -0400, Ricardo Pietrobon wrote: I must be making some really basic mistake, since I keep getting an error message when using update.packages(checkBuilt=TRUE, ask=FALSE) - an example for MASS is below. I am running ubuntu 7.04, with a clean install done today

Re: [R] Updating packages for R 2.6.0

2007-10-04 Thread Ricardo Pietrobon
you got it. works perfectly now. thanks On 10/4/07, Gabor Csardi [EMAIL PROTECTED] wrote: You need to install the libc6-dev ubuntu package to be able to compile programs. sudo apt-get install libc6-dev Gabor On Thu, Oct 04, 2007 at 09:54:26AM -0400, Ricardo Pietrobon wrote: I must be