Skip to content

Python and R

2 messages · Gerry Brush, A.J. Rossini

#
I've been doing some prototype simulations in Python, and my plan at 
first was to pass the results off to R, but now I would like to make 
more of an integrated use of the R routines.  I'm curious about the 
use of libR.so, but I'm uncertain, still after having looked through 
the documentation 'Embedding R in Other Applications' and 'Writing R 
extensions' how I can use the shared library from Python.  I'd be 
grateful for any pointers.  I'm working with Solaris 7 and Python 
1.5.2.

Gerry Brush


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Duncan has a nice start on this, for which I've debugged the
installation :-) (and there are plans by both of us to improve it,
some how). 

best,
-tony