Re: [R] R and Python

2015-03-01 Thread Wensui Liu
depending on what you want. if you'd like to run r within python, there are 2 solutions as far as i've known, either by rpys or by pyper. here is a brief comparison i did before https://statcompute.wordpress.com/2012/12/10/a-brief-comparison-between-rpy2-and-pyper/ On Sun, Mar 1, 2015 at 8:41 AM,

Re: [R] R and Python

2015-03-01 Thread Collin Lynch
I recommend rpy2. http://rpy.sourceforge.net/rpy2.html It provides direct access to a running R instance with full support for R functions including package loading. It has some minor issues with graphics drivers making it best for programmatic and not interactive use but it is excellent for mun

Re: [R] R and Python

2015-03-01 Thread Sarah Goslee
You mean like rPython? Or rpy? Or rpy2? Googling R Python is a great place to start. Sarah On Sun, Mar 1, 2015 at 9:41 AM, linda.s wrote: > Is there any good example codes of integrating R and Python? > Thanks. > Linda > -- Sarah Goslee http://www.functionaldiversity.org _

[R] R and Python

2015-03-01 Thread linda.s
Is there any good example codes of integrating R and Python? Thanks. Linda [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the

Re: [R] R and Python

2009-11-14 Thread lgautier
There appear to be win32 binaries for the the current release of rpy2. L. On Nov 4, 4:21 pm, Gabor Grothendieck wrote: > As far as I know the latest versions of neither RSpython norrpy2 > support Windows. For accessing SymPy (which is a python computer > algebra system) from R rSymPy went wi

Re: [R] R and Python

2009-11-04 Thread baptiste auguie
Hi, It looks like SAGE might be another option, http://www.sagemath.org/index.html though I never tried it. HTH, baptiste __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] R and Python

2009-11-04 Thread stephenb
Not only RSPython does not support Windows, but it won't compile on most Unix platforms and fixing it may be more time than writing a package on your own. Like the other post, I use Python for pre-processing and then load into R. If you need text processing with line by line access you can also u

Re: [R] R and Python

2009-11-04 Thread Doran, Harold
project.org > [mailto:r-help-boun...@r-project.org] On Behalf Of Gabor Grothendieck > Sent: Wednesday, November 04, 2009 10:22 AM > To: Ryan Sheftel > Cc: r-help@r-project.org > Subject: Re: [R] R and Python > > As far as I know the latest versions of neither RSpython nor >

Re: [R] R and Python

2009-11-04 Thread Gabor Grothendieck
As far as I know the latest versions of neither RSpython nor rpy2 support Windows. For accessing SymPy (which is a python computer algebra system) from R rSymPy went with jython. Its slower than cpython, particularly the startup, but it should work on all platforms. See http://rsympy.googlecode

[R] R and Python

2009-11-02 Thread Ryan Sheftel
I am a long time user of R for financial time series analysis (xts, zoo, etc) and for my next project I am thinking of adding the Python language to the mix. The reason for adding Python is primarily its non-statistical capabilities. So my questions are what have people's experiences been with usi

[R] R and Python

2009-11-02 Thread Ryan Sheftel
I am a long time user of R for financial time series analysis (xts, zoo, etc) and for my next project I am thinking of adding the Python language to the mix. The reason for adding Python is primarily its non-statistical capabilities. So my questions are what have people's experiences been with usi