Displaying 1 result from an estimated 1 matches for "r_is_running".
Did you mean:
is_running
2013 Dec 20
1
Fwd: How to check if R interpreter is initiated
...check if R is initiated before initiating R
I am embedding R in parallel environment and reusing process already
running to reduce overhead . Each process is running infinitely. So when a
process is reused,it finds R is already initialized there and throws the
error.
Till 2.15 it was solved using R_Is_running variable . So I am assuming
there should be some flag or return value in R-3.0.2 which provides the
user with information if already initialized .
Anyone has faced the problem ?
It will be great if anyone could suggest alternate solution to this problem
for R-3.0.
Thanks,
Sandy
[[alternative H...