[R] RE2: Suddenly "Subscript out of bounds"
roderick.castillo at metanomics.de
roderick.castillo at metanomics.de
Tue Feb 13 18:04:02 CET 2007
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> <roderick.castillo at metanomics.de>
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
Thierry.Onkelinx at inbo.be
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: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] Namens
roderick.castillo at metanomics.de
Verzonden: dinsdag 13 februari 2007 15:15
Aan: r-help at stat.math.ethz.ch
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
______________________________________________
R-help at stat.math.ethz.ch 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.
More information about the R-help
mailing list