On 10/04/10 12:34, Peter wrote:
> On Fri, Apr 9, 2010 at 5:42 PM, Laurent<lgaut...@gmail.com>  wrote:
>>
>> I am interested as well.
>>
>> As such the codebase is likely not even compiling. A generous anonymous
>> coder submitted a patch on bitbucket, but requests for details remained
>> unanswered.
>>
>> Otherwise, I am uncertain about when a win32 binary will appear but that
>> it would be post 2.1.0-release ( and it might even be for one given
>> version of windows... just thinking that there might winXP and win7
>> specific to cover).
>
> Is it like rpy1 in that one can build an installer that covers a range
> of versions of R? That was quite a useful feature since R releases
> are so frequent that not everyone will be using the same one.
> If not, would people just want to use the latest R release?

It changed.

One build will be compatible with all R binary until R's C API changes.
This simplifies:
- building binaries (as it required to a museum of R releases sitting on 
the disk).
- the need to rebuild when there is a new version R with no change in 
its C API (happening more and more frequently).

Potential issues:
- people with older version of R (if they do not update R, they should 
not want to update to rpy2 either).
- newer version of R with a change in the API require a new build that 
might not be compatible with earlier versions. The current strategy is 
to make it a new minor release for rpy2 (only compatible with the most 
recent R and above)

L.

> Peter
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> rpy-list mailing list
> rpy-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rpy-list


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to