search for: cesma

Displaying 3 results from an estimated 3 matches for "cesma".

Did you mean: cesa
1999 Jul 07
1
Bug on sample (PR#219)
Full_Name: Jose M. Perez Version: 0.64.2 OS: Linux/x86 Submission from: (NULL) (159.90.200.68) sample(1,1,prob=c(1)) Causes a core dump. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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
2000 Feb 14
1
Problem with expression evaluation depth (PR#436)
Full_Name: Jose M. Perez Version: 0.99.0a OS: Linux - 2.0.38 Submission from: (NULL) (159.90.200.68) Hi, I'm having problems with the check of infinite recursion in the expression evaluation depth. The problem appears in a program with no recursions whatsoever. The layout of my program is a series of routines called by a big loop. I printed out depthsave in src/main/eval.c and it appears
2000 Feb 16
0
Fwd: Re: Problem with expression evaluation depth (PR#436)
Jose Miguel Perez <jperez@cesma.usb.ve> writes: > I think I found the root of the problem. > My program throws out some cycles of the loop > using 'next'. > The following code shows the behavior of R_EvalDepth in these cases: > without next: > > for (i in 1:10 ) {} > 0 > 1 > 2 > 2 >...