Displaying 2 results from an estimated 2 matches for "r36947".
Did you mean:
136947
2006 Jan 08
4
repeat { readline() }
Hi.
Using Rterm v2.2.1 on WinXP, is there a way to interrupt a call like
repeat { readline() }
without killing the Command window? Ctrl+C is not interrupting the loop:
R : Copyright 2006, The R Foundation for Statistical Computing
Version 2.2.1 Patched (2006-01-01 r36947)
<snip></snip>
> repeat { readline() }
^C
^C
^C
^C
On Unix it works. The problem seems to get the interrupt signal to
"occur" outside the readline() call so that "repeat" is interrupted. Doing
repeat { readline(); Sys.sleep(3) }
and it is likely that can ge...
2006 Feb 08
2
Using .onUnload() to unload compiled code
...01
svn rev 36947
language R
version.string Version 2.3.0 Under development (unstable) (2006-01-01 r36947)
James W. MacDonald
Affymetrix and cDNA Microarray Core
University of Michigan Cancer Center
1500 E. Medical Center Drive
7410 CCGC
Ann Arbor MI 48109
734-647-5623
**********************************************************
Electronic Mail is not secure, may not be read every day, and should no...