rpeng@stat.ucla.edu
2001-Dec-13 19:51 UTC
[Rd] Error when library() called with no arguments (PR#1215)
Full_Name: Roger peng Version: 1.4.0 (2001-12-13) OS: GNU/Linux (Redhat 7.1) Submission from: (NULL) (128.97.86.126) R compiles fine and runs, but when I call the library() function with no arguments I get the error:> library()Error in FUN(X[[2]], ...) : subscript out of bounds make check also fails when running code in base-Ex.R (I'm assuming it fails where library() function is called). -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
ripley@stats.ox.ac.uk
2001-Dec-13 19:59 UTC
[Rd] Error when library() called with no arguments (PR#1215)
On Thu, 13 Dec 2001 rpeng@stat.ucla.edu wrote:> Full_Name: Roger peng > Version: 1.4.0 (2001-12-13) > OS: GNU/Linux (Redhat 7.1) > Submission from: (NULL) (128.97.86.126) > > > R compiles fine and runs, but when I call the library() function with no > arguments I get the error: > > > library() > Error in FUN(X[[2]], ...) : subscript out of bounds > make check also fails when running code in base-Ex.R (I'm assuming it fails > where library() function is called).That's not very informative. Could you at least run traceback(), and/or run debug() and chase it down? It works on all my systems: might you perchance have a broken package installed? The likelihod is that it a local-to-you problem. We can't fix non-repoducible problems! -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._