Hello, my group is investigating the development of a statistical program in support of some other work we are doing. Stats is not really our area of expertise and we would like to leverage existing code where possible. From your site, I have gathered that R is pretty capable and well used. We are currently developing in python and targetting a primarily windows environment. We would like to build a pretty simple GUI front end and are wondering if it is feasible to add python bindings for R. Python is a very flexible language for binding to other languages. I can envision two ways of doing this ... wrapping R in some C code using the C interface and exposing that to python or by exposing R directly without wrappers (not sure if this is possible). I am looking for feedback/comments as to the viability of this approach. We would be willing to leave the interface code in the Open Source community, of course :) Thanks, Paul --------------------------------------------- Paul Spencer | Windows NT crashed pgs at magma.ca | I am the Blue Screen of Death | No one hears your screams -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Friday 16 March 2001 14:16, Capt.P.Spencer wrote:> sure if this is possible). I am looking for feedback/comments as to the > viability of this approach. We would be willing to leave the interface > code in the Open Source community, of course :)Have a look at http://www.omegahat.org! I think they've done what you're looking for. Cheers Kaspar Pflugshaupt -- Kaspar Pflugshaupt Geobotanical Institute ETH Zurich, Switzerland http://www.geobot.umnw.ethz.ch mailto:pflugshaupt at geobot.umnw.ethz.ch -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> environment. We would like to build a pretty simple GUI front end and are > wondering if it is feasible to add python bindings for R. Python is a veryHave a look at www.omegahat.org (a project closely related to R) and its R - Python interface. It is my understanding, though, that the Omegahat code is not necessarily targeted for the Windows platform. Dirk -- According to the latest figures, 43% of all signatures are totally worthless. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._