[R] Suddenly Subscript out of bounds

2007-02-13 Thread roderick . castillo
Hello Using R Version 2.3.1 I have setup a cronjob to update packages, which worked successfully almost a year (it was called daily). Basically, it runs like this: Sys.getenv(http_proxy) update.packages(ask=F,repos=http://cran.r-project.org;) (the http_proxy environment variable is set prior

Re: [R] Suddenly Subscript out of bounds

2007-02-13 Thread Duncan Murdoch
On 2/13/2007 9:15 AM, [EMAIL PROTECTED] wrote: Hello Using R Version 2.3.1 I have setup a cronjob to update packages, which worked successfully almost a year (it was called daily). Basically, it runs like this: Sys.getenv(http_proxy)