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
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
2 matches
Mail list logo