Displaying 6 results from an estimated 6 matches for "do_while".
Did you mean:
do_file
2014 Sep 23
1
Patch for R to fix some buffer overruns and add a missing PROTECT().
This patch is against current svn and contains three classes of fix:
- Ensure the result is properly terminated after calls to strncpy()
- Replace calls of sprintf() with snprintf()
- Added a PROTECT() call in do_while which could cause memory
errors if evaluating the condition results in a warning.
Thanks,
Karl
2005 May 04
1
help track a segmentation fault
I have an R script that I run using
nohup R CMD BATCH r.in r.out &
The code loops through data from the database and takes hours. The
problem is, in about an hour and a half after I start the script the
program stops and I get
/usr/lib/R/bin/BATCH: line 55: 14067 Done ( echo
"invisible(options(echo = TRUE))"; cat ${in}; echo "proc.time()" )
14068
2012 Feb 03
2
Hanging -- please help decipher event report
...Rf_eval + 1196 (in libR.dylib) [0x10013ca1c]
19 Rf_eval + 1196 (in libR.dylib) [0x10013ca1c]
19 do_begin + 308 (in libR.dylib) [0x100141724]
19 Rf_eval + 1196 (in libR.dylib) [0x10013ca1c]
19 do_while + 614 (in libR.dylib)
[0x10013dca6]
19 Rf_eval + 1196 (in libR.dylib)
[0x10013ca1c]
19 do_begin + 308 (in libR.dylib)
[0x100141724]
19 Rf_eval + 1196 (in libR.dylib)
[0x10013ca1c]...
1997 Nov 07
0
R-alpha: "invisible" : R_INVISIBLE .. -- repeat{} gives BOMB
On 06-Nov-97 maechler@stat.math.ethz.ch wrote:
>I investigated some more:
> R_VISIBLE is set to 0 ``R_Visible = 0;''
> also in other places in eval.c :
>
> line C function
>
> 344: do_if
> 436: do_for
> 480: do_while
> 515: do_repeat
> 720: \
> 727: > do_set
> 738: /
> ^^^
>(line numbers from current 0.60)
>
>In my opinion, only the three cases in do_set ("<-" things) should have
>the invisibility flag...
In S-PLUS, for, while and repeat all return in...
2005 Jun 27
2
R v2.1.1 for Windows and "non-reproducible" crashes
...00863D5 R.dll:100863D5 do_begin
1008494A R.dll:1008494A Rf_eval
1008494A R.dll:1008494A Rf_eval
100863D5 R.dll:100863D5 do_begin
1008494A R.dll:1008494A Rf_eval
1008494A R.dll:1008494A Rf_eval
100863D5 R.dll:100863D5 do_begin
1008494A R.dll:1008494A Rf_eval
100866A2 R.dll:100866A2 do_while
1008494A R.dll:1008494A Rf_eval
100863D5 R.dll:100863D5 do_begin
1008494A R.dll:1008494A Rf_eval
10086A18 R.dll:10086A18 do_for
1008494A R.dll:1008494A Rf_eval
100863D5 R.dll:100863D5 do_begin
1008494A R.dll:1008494A Rf_eval
100875AB R.dll:100875AB Rf_applyClosure
100846E0 R.dll:10...
2005 Dec 02
3
Enlightenment sought and a possible buglet in vector.Rd
Dear all,
First, I recently had reasons to read the help page of as.vector() and
noticed in the example section the following example:
x <- c(a = 1, b = 2)
is.vector(x)
as.vector(x)
all.equal(x, as.vector(x)) ## FALSE
However, in all versions of R in which I executed this example, the
all.equal command returned TRUE which suggest that either the comment
in the help file