[Rpy] rpy2.2 documentation error

2012-07-15 Thread Andrew Mittleider
;TypeError: All keywords must be strings (or None)." Unfortunately, I don't know how to fix this error. I am new to R and rpy2, so if you have a solution to this problem please let me know. Thanks, Andrew ---

Re: [Rpy] Missing LibR.So error with Rpy2

2010-08-13 Thread Andrew Walsh
13, 2010 at 3:17 PM, Laurent Gautier wrote: > > On 8/13/10 6:49 AM, Andrew Walsh wrote: >> >> Under Laurent's advice I stopped using Windows for Rpy2 and took days >> to install Ubuntu Lucid correctly under VMWare exclusively so I could >> use Rpy2 2.1.4 and R in

[Rpy] Missing LibR.So error with Rpy2

2010-08-12 Thread Andrew Walsh
Under Laurent's advice I stopped using Windows for Rpy2 and took days to install Ubuntu Lucid correctly under VMWare exclusively so I could use Rpy2 2.1.4 and R in a project I am working on. I am a complete newbie to Linux and just an apprentice to Python but have 30 years experience with other com

Re: [Rpy] error

2010-08-10 Thread Andrew Walsh
1 with the following ./configure --enable-R-shlib make make install which passed OK. What else could be wrong? Andrew. On Sun, Aug 8, 2010 at 2:54 AM, Laurent Gautier wrote: > Not necessarily. rpy2-2.0.8 can mostly do what you like, however may be not > as simply / optimally as the rpy2-

Re: [Rpy] error

2010-08-07 Thread Andrew Walsh
Yes thanks Laurent. So if I want to use factoran from R stats package I presume this means my only option is to install Linux somewhere rather than use windows (if I want to use it from Rpy2 which I do). Andrew. On Sat, Aug 7, 2010 at 9:38 PM, Laurent Gautier wrote: > So we'll all ass

Re: [Rpy] error

2010-08-07 Thread Andrew Walsh
Huge apologies everyone. I thought I looked through the list but obviously not very well at all. On Sat, Aug 7, 2010 at 8:03 PM, Andrew Walsh wrote: > I have installed Rpy2 v 2.08 under Windows XP 32. I want to do a > factor analysis from the R stats package. > From the RPY2 documentati

[Rpy] error

2010-08-07 Thread Andrew Walsh
I have installed Rpy2 v 2.08 under Windows XP 32. I want to do a factor analysis from the R stats package. >From the RPY2 documentation I need to import rpy2 packages. I find I can import rpy2 and rpy2.objects but rpy2.robjects.packages cannot be found. >>> import rpy2 >>> import rpy2.robjects >>

Re: [Rpy] problems with clean WINXP RPy2.10 and R2.11.0

2010-04-30 Thread Andrew Walsh
ually. Andrew. D:\Python26>python -m rpy2.tests ...Error in .Primitive("[")(0:10, list("a", "b", "c")) : invalid subscript type 'list' ..F

Re: [Rpy] rpy-list Digest, Vol 47, Issue 14

2010-04-30 Thread Andrew Walsh
have looked in the right place! I don't need the latest versions - it would be great to just get something running. I see there are WIN32 installations for some RPy2 2.0.x eg. RPy2 2.0.8 I guess this is a good place to start. Any recommendations on the best version of R to try with t

[Rpy] problems with clean WINXP RPy2.10 and R2.11.0

2010-04-29 Thread Andrew Walsh
I am a newbie to R and Python and am just trying to install both on WINXP 32 bit but am having problems. I downloaded RPY2-2.1.0 but could not see any reference to which version of R it was supposed to work with. I figured the latest R was as good as any to start off with (due to a lack of any oth

Re: [Rpy] Plotting in RPy v2.0.0.3a

2008-10-13 Thread Andrew McNamara
ple: from rpy2 import compat as r r.dev_off() -- Andrew McNamara, Senior Developer, Object Craft http://www.object-craft.com.au/ - This SF.Net email is sponsored by the Moblin Your Move Developer's challeng

Re: [Rpy] plots do not appear

2008-06-09 Thread Andrew McNamara
t R started and used X to display the plot. Modern versions of R have support for an OS X native "quartz" output device, which can be activated by calling "r.quartz()" from python, or quartz() from R, but I'm not entirely sure where to go from there. -- Andrew McNamara

Re: [Rpy] segfault and 'release unlocked lock'

2008-05-09 Thread Andrew Dalke
On May 7, 2008, at 1:02 AM, Andrew Dalke wrote: > I've been having a lot of problems with intermittent crashes while > using RPy under a rather old Python 2.4.2 install, with no Numeric > support whatsoever. This is all under Linux. > *** caught segfault *** > address 0x3

[Rpy] segfault and 'release unlocked lock'

2008-05-06 Thread Andrew Dalke
ewhere in the software? How do I turn off R's override of the signal handlers so I can get a more normal behavior that something like valgrind can help me out with? If I can't get this working, I think I saw a popen-based interface to calling R, which I would like to try out. Does a

Re: [Rpy] making a data.frame with parameters in a fixed order

2008-05-06 Thread Andrew Dalke
ack I did. Thanks! Andrew [EMAIL PROTECTED] - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There

[Rpy] making a data.frame with parameters in a fixed order

2008-04-28 Thread Andrew Dalke
ide of the data.frame() function call. I looked in the archive and online but I couldn't find a better way to do this. Do any of you all have any ideas? Andrew [EMAIL PROTECTED] -

[Rpy] Python stack smashing with rpy 1.01

2008-04-02 Thread Andrew
, however, still gives me a stack smashing error on resize or moving off and on screen: from rpy import * x = range(0, 10) y = [ 2*i for i in x ] r.plot_default(x, y) raw_input() Thanks, Andrew - Check out the new Sour

Re: [Rpy] problem importing rpy

2007-11-05 Thread Andrew Jones
Typing R RHOME gave me /usr/local/lib/R which is the correct installation directory. Thanks a lot for your time helping me out by the way, Andrew On 11/5/07, Gregory Warnes <[EMAIL PROTECTED]> wrote: > > > What do you get when you type > > R RHOME > > on the

Re: [Rpy] problem importing rpy

2007-11-05 Thread Andrew Jones
ersions of > these packages. Does R start up and run properly when run directly? > > -G > > > On Nov 2, 2007, at 3:56PM , Andrew Jones wrote: > > > When I try to import rpy I get the following messages: > > > > Python 2.4.4 (#9, Oct 30 2007, 15:13:19) >

[Rpy] problem importing rpy

2007-11-02 Thread Andrew Jones
ora core 5. I compiled R with the --enable-R-shlib --enable-BLAS-shlib flags. I've tried removing R and rpy and recompiling both into a fresh install. I've also checked to make sure there wasn't an alternate version of R installed that would be confusing things. Is there something