Displaying 2 results from an estimated 2 matches for "interrupt_r".
Did you mean:
interrupt
2003 Sep 13
1
R 1.8.0 (to be) and RPy 0.3.1
...n package as it
had the odd problem here or there -- initially an Atlas interaction,
currently something with long_jump() which cannot be found when R's dynamic
library is loaded. [1] It is called R_eval.c:
/* Abort the current R computation and signal a KeyboardInterrupt
exception */
void interrupt_R(int signum)
{
interrupted = 1;
jump_now();
}
By commenting it out, the package builds and is usable (modulo the absence
of interrupt handling, I suppose).
Could someone give me a pointer or suggestion as to what the replacement for
jump_now() would be?
Dirk
[1] See e....
2003 Oct 27
1
Rpy Import Error
I am trying to install Rpy to test it out as an R
interface for a project that I am working on.
However, I get the following error. Any clues as to
what might be going on? I have alo tried RSPython, but
I gave up due to errors. RSPython segfaults when
started from R and gives an error message I can;t
remember from python. Thanks, Brett
>>> import rpy
Traceback (most recent call