Jason Connor
2001-Sep-04 12:17 UTC
[R] evaluation is nested too deeply: infinite recursion?
I recently started using R (Version 1.3.0 on a Dell machine). After using R for about a week, I started receiving the error message shown below. I can't even run simple commands that I know should work. Is this a bug or did I just mess something up? I've uninstalled and reinstalled R but continue to receive the same errors. The errors are shown below: R : Copyright 2001, The R Development Core Team Version 1.3.0 (2001-06-22)> > help(sum)Error in as.double.default(U) : evaluation is nested too deeply: infinite recursion?> lm(rnorm(100)~rnorm(100))Error in as.vector(data) : evaluation is nested too deeply: infinite recursion?>Thank you very much for considering my problem. Jason
Peter Dalgaard BSA
2001-Sep-04 12:59 UTC
[R] evaluation is nested too deeply: infinite recursion?
Jason Connor <jconnor at bio.ri.ccf.org> writes:> I recently started using R (Version 1.3.0 on a Dell machine). After using > R for about a week, I started receiving the error message shown below. > I can't even run simple commands that I know should work.A Dell machine running Windows? (As opposed to the Dell running Linux which I'm currently looking at.)> Is this a bug or did I just mess something up? I've uninstalled and > reinstalled R but continue to receive the same errors. > > The errors are shown below:> > R : Copyright 2001, The R Development Core Team > Version 1.3.0 (2001-06-22) > > > > > help(sum) > Error in as.double.default(U) : evaluation is nested too deeply: infinite recursion? > > lm(rnorm(100)~rnorm(100)) > Error in as.vector(data) : evaluation is nested too deeply: infinite recursion?Hum. Something like this might happen if you set options(expression=25) or so. Might something like this be lurking in a workspace you load on startup? -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Seemingly Similar Threads
- Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
- Recall function: "evaluation nested too deeply: infinite recursion / options(expressions=)?"
- Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
- 'R CMD check' fails with "evaluation nested too deeply: infinite recursion"
- evaluation is nested too deeply: infinite recursion?