Roderick, I'm not suggesting that you need a script to update R automatically. I don't think it is possible to do that. I just was wondering why you are so eager to update all the packages daily, but still are working with an outdated version of R. Myself, I tend to check the R lists for new updates on R and it's packages.
Thierry ------------------------------------------------------------------------ ---- ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Reseach Institute for Nature and Forest Cel biometrie, methodologie en kwaliteitszorg / Section biometrics, methodology and quality assurance Gaverstraat 4 9500 Geraardsbergen Belgium tel. + 32 54/436 185 [EMAIL PROTECTED] www.inbo.be Do not put your faith in what statistics say until you have carefully considered what they do not say. ~William W. Watt A statistical analysis, properly conducted, is a delicate dissection of uncertainties, a surgery of suppositions. ~M.J.Moroney -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 13 februari 2007 18:04 Aan: ONKELINX, Thierry CC: [email protected] Onderwerp: RE2: [R] Suddenly "Subscript out of bounds" If you tell me how to update R itself automatically, I will go for your advice. I am not aware of any method to do it... Bye Rick "ONKELINX, Thierry" <Thierry.ONKELINX An @inbo.be> <[EMAIL PROTECTED]> Kopie 13.02.2007 15:29 Thema RE: [R] Suddenly "Subscript out of bounds" You update all packages but not R itself? ------------------------------------------------------------------------ ---- ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Reseach Institute for Nature and Forest Cel biometrie, methodologie en kwaliteitszorg / Section biometrics, methodology and quality assurance Gaverstraat 4 9500 Geraardsbergen Belgium tel. + 32 54/436 185 [EMAIL PROTECTED] www.inbo.be Do not put your faith in what statistics say until you have carefully considered what they do not say. ~William W. Watt A statistical analysis, properly conducted, is a delicate dissection of uncertainties, a surgery of suppositions. ~M.J.Moroney -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens [EMAIL PROTECTED] Verzonden: dinsdag 13 februari 2007 15:15 Aan: [email protected] Onderwerp: [R] Suddenly "Subscript out of bounds" 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 to the call). All of a sudden, I started to get this error: Error in inherits(x, "factor") : subscript out of bounds I have no clue about what this means. Is "factor" a buggy package? Clearly, that kind of things can happen when you just update things automatically... Any help with be appreciated! Bye Rick ______________________________________________ [email protected] 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. ______________________________________________ [email protected] 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.
