;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
---
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
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
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-
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
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
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
>>
ually.
Andrew.
D:\Python26>python -m rpy2.tests
...Error in .Primitive("[")(0:10, list("a", "b", "c")) :
invalid subscript type 'list'
..F
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
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
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
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
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
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
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
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]
-
, 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
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
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)
>
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
20 matches
Mail list logo