Re: [Rpy] export a package of R in python program

2010-04-07 Thread Brandon Invergo
il 7, 2010 9:50:25 PM Subject: Re: [Rpy] export a package of R in python program Hi I have already done this because each package has different suffix which shows the version of the package. I imported in the program both of them but since the name of the function is the same in both and it

Re: [Rpy] export a package of R in python program

2010-04-07 Thread Sean Davis
omehow managed to have two different versions of the same >> package installed in R with the same name, you'll have to find a more clever >> solution. >> >> Cheers, >> Brandon >> >> >> From: zahra sheikhbahaee >

Re: [Rpy] export a package of R in python program

2010-04-07 Thread zahra sheikhbahaee
naged to have two different versions of the same > package installed in R with the same name, you'll have to find a more clever > solution. > > Cheers, > Brandon > > -- > *From:* zahra sheikhbahaee > *To:* "RPy help, support and design disc

Re: [Rpy] export a package of R in python program

2010-04-07 Thread Sean Davis
On Wed, Apr 7, 2010 at 12:48 PM, zahra sheikhbahaee wrote: > Hi > > how could I add a function from old version to new one and then call it in > my program as being accessible by it? You would need to add the code to the R directory in the package source. Then, if the package has a NAMESPACE, yo

Re: [Rpy] export a package of R in python program

2010-04-07 Thread Brandon Invergo
ikhbahaee To: "RPy help, support and design discussion list" Sent: Wed, April 7, 2010 6:26:46 PM Subject: [Rpy] export a package of R in python program Hi, I am using a package of R in my python code. I have to import two versions of package in my program, because there is a func

Re: [Rpy] export a package of R in python program

2010-04-07 Thread zahra sheikhbahaee
Hi how could I add a function from old version to new one and then call it in my program as being accessible by it? Zahra. On Wed, Apr 7, 2010 at 6:39 PM, Sean Davis wrote: > On Wed, Apr 7, 2010 at 12:26 PM, zahra sheikhbahaee > wrote: > > Hi, > > > > I am using a package of R in my python co

Re: [Rpy] export a package of R in python program

2010-04-07 Thread Sean Davis
On Wed, Apr 7, 2010 at 12:26 PM, zahra sheikhbahaee wrote: > Hi, > > I am using a package of R in my python code. I have to import two versions > of package in my program, because there is a function in one of them which > does not exist in the new version. The problem is that, afterward I want to

[Rpy] export a package of R in python program

2010-04-07 Thread zahra sheikhbahaee
Hi, I am using a package of R in my python code. I have to import two versions of package in my program, because there is a function in one of them which does not exist in the new version. The problem is that, afterward I want to use one of the functions of new version but it looks for the functio