I have trouble narrowing down where exactly the problem is occurring
(it seems to keep moving each time I think that I am getting closer).
In the short term, and for your needs, I guess that it is good if calls to gc
prevents rpy from crashing.
To save on runtime, you can try a gc pooling strategy
I was thinking of another workaround and would love your opinion on that. My
intuition is that the problem occurs because I have variables who are in
several dataframes with the same name. Do you think mangling the names of
the variables before passing them to R might help? Would it be an
interesti
Bugs item #2018909, was opened at 2008-07-15 13:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2018909&group_id=48422
Please note that this message will contain a full copy o
Hi folks,
I'm afraid I've strayed outside my skill level, but perhaps
someone here has been through something similar. I'm currently
running R 2.7.1 as downloaded from the pre-compiled Mac binary. I'd
like to connect my Python code directly to R without making use of
temporary files