Re: [Rpy] rpy 1.0.3 wants Rdevices.h, but R 2.8.0 (beta) has none to give

2008-11-26 Thread Davide Cittaro
Hi, On Oct 27, 2008, at 2:00 AM, Michael Rutter wrote: > Greg, > > Any success on updating rpy to R 2.8.0? A similar problem occured to > rkward and a proposed solution was to just remove Rdevices.R and > Rgraphics.R include lines. Not sure if that works for rpy. Just substitute line 77 of src

Re: [Rpy] rpy 1.0.3 wants Rdevices.h, but R 2.8.0 (beta) has none to give

2008-10-27 Thread laurent oget
I ran into similar issues while trying to build rpy2 on windows, and i ended up having to steal header files from the source distribution of R. How much work would it be to do this? Laurent Oget 2008/10/20 Dirk Eddelbuettel <[EMAIL PROTECTED]>: > > On 20 October 2008 at 11:42, laurent oget wrote:

Re: [Rpy] rpy 1.0.3 wants Rdevices.h, but R 2.8.0 (beta) has none to give

2008-10-26 Thread Michael Rutter
t > Subject: Re: [Rpy] rpy 1.0.3 wants Rdevices.h,but R 2.8.0 (beta) has > none to give > > I have built and used Rpy2 on ubuntu so it can be done, however the > API are different and replacing rpy with rpy2 in ubuntu packages will > break a lot of code using rpy. > >

Re: [Rpy] rpy 1.0.3 wants Rdevices.h, but R 2.8.0 (beta) has none to give

2008-10-20 Thread Dirk Eddelbuettel
On 20 October 2008 at 11:42, laurent oget wrote: | I have built and used Rpy2 on ubuntu so it can be done, however the | API are different and replacing rpy with rpy2 in ubuntu packages will | break a lot of code using rpy. Sure, but that wasn't the question. The question was about rpy (v1) now

Re: [Rpy] rpy 1.0.3 wants Rdevices.h, but R 2.8.0 (beta) has none to give

2008-10-20 Thread Warnes, Gregory R.
ssion list Subject: Re: [Rpy] rpy 1.0.3 wants Rdevices.h,but R 2.8.0 (beta) has none to give I have built and used Rpy2 on ubuntu so it can be done, however the API are different and replacing rpy with rpy2 in ubuntu packages will break a lot of code using rpy. Laurent 2008/10/19 Michael Rutter &l

Re: [Rpy] rpy 1.0.3 wants Rdevices.h, but R 2.8.0 (beta) has none to give

2008-10-20 Thread laurent oget
I have built and used Rpy2 on ubuntu so it can be done, however the API are different and replacing rpy with rpy2 in ubuntu packages will break a lot of code using rpy. Laurent 2008/10/19 Michael Rutter <[EMAIL PROTECTED]>: > Hello, > > I was spending a lazy Sunday afternoon testing the new R 2.8

Re: [Rpy] rpy 1.0.3 wants Rdevices.h, but R 2.8.0 (beta) has none to give

2008-10-20 Thread laurent
On Sun, 2008-10-19 at 19:23 -0400, Michael Rutter wrote: > Hello, > > I was spending a lazy Sunday afternoon testing the new R 2.8.0 beta in > terms of building packages under Intrepid Ibex. Things we going fine > until I tried to build rpy, and I received the following error: > > src/RPy.h:

[Rpy] rpy 1.0.3 wants Rdevices.h, but R 2.8.0 (beta) has none to give

2008-10-19 Thread Michael Rutter
Hello, I was spending a lazy Sunday afternoon testing the new R 2.8.0 beta in terms of building packages under Intrepid Ibex. Things we going fine until I tried to build rpy, and I received the following error: src/RPy.h:77:51: error: Rdevices.h: No such file or directory A little google work