Re: [Rpy] FW: rpy2 in ArcGIS 9.3

2009-03-20 Thread Laurent Gautier
Jason Roberts wrote: > Hi Laurent, > >> The libR is used as a shared library. >> Under win32, and AFAIUI, that should translate as using an unbound DLL >> (otherwise the same version of libR will be required) and hold as long >> as the names used from the symbol table presented by libR.so do not

Re: [Rpy] FW: rpy2 in ArcGIS 9.3

2009-03-20 Thread Jason Roberts
Hi Laurent, > The libR is used as a shared library. > Under win32, and AFAIUI, that should translate as using an unbound DLL > (otherwise the same version of libR will be required) and hold as long > as the names used from the symbol table presented by libR.so do not change. > In the case it doe

Re: [Rpy] FW: rpy2 in ArcGIS 9.3

2009-03-20 Thread Jason Roberts
Laurent, Thank you very much for the reply. > I am not certain of which way the risk probability stand (compile each > time, or compile once and hope for the best). Time will tell. So rpy2 does not require recompilation every time R is released? How is it binding to R then? (I have not looked at

Re: [Rpy] FW: rpy2 in ArcGIS 9.3

2009-03-20 Thread Laurent Gautier
Jason Roberts wrote: > Laurent, > > Thank you very much for the reply. > >> I am not certain of which way the risk probability stand (compile each >> time, or compile once and hope for the best). Time will tell. > > So rpy2 does not require recompilation every time R is released? How is it > bin

Re: [Rpy] FW: rpy2 in ArcGIS 9.3

2009-03-18 Thread Laurent Gautier
Jason Roberts wrote: > > Greetings rpy2 developers, > > > > I am the primary developer of an open source Python package called > Marine Geospatial Ecology Tools > (http://code.env.duke.edu/projects/mget). These tools perform various > jobs that are useful to marine ecologists. Many of the t