Re: [R] How to use available.packages

2007-09-13 Thread Uwe Ligges
A Lenzo wrote: > Hello R gurus, > > Until recently, I used the following commands to update R: > > options(CRAN = "http://cran.stat.ucla.edu";) > install.packages(CRAN.packages()[,1]) > > But now I am told that install.packages is deprecated and that I should use > available.packages No, it t

Re: [R] How to use available.packages

2007-09-13 Thread Henrique Dallazuanna
CRAN.packages() is deprecated. On 13/09/2007, A Lenzo <[EMAIL PROTECTED]> wrote: > > Hello R gurus, > > Until recently, I used the following commands to update R: > > options(CRAN = "http://cran.stat.ucla.edu";) > install.packages(CRAN.packages()[,1]) > > But now I am told that install.packages is