> The normal R command line is just a program that loads up the core R
> code -- some functions written in C that knows how to evaluate code
> written in R, and wraps a UI around them. rpy2 loads up that same core
> R code, but into a Python process instead. So you can think of it as
> turning your program into a combined Python/R interpreter.

I was expecting the rpy2 interface to be like that of a database  
cursor. However, now I see that the database would have to be  
initialized beforehand as a database server process. With R, there is  
no such server process, so for whatever reason, quitting R entails  
quitting Python as well.

Thanks for the clear explanation and quick reply -- very helpful.

- Daniel


------------------------------------------------------------------------------
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to