Re: [Rpy] Please help: invalid 'envir' argument

2008-06-01 Thread chris
Thanks for that Barry thats much clearer now, I had done print yarn, and didn't understand why it had returned the string "yarn". Its all clear now though. Making the change you suggest though moves me forward but then throws the following error "Traceback (most recent call last): File "pls.py",

[Rpy] SF.net SVN: rpy: [540] branches/rpy_nextgen/rpy/rinterface

2008-06-01 Thread lgautier
Revision: 540 http://rpy.svn.sourceforge.net/rpy/?rev=540&view=rev Author: lgautier Date: 2008-06-01 03:54:18 -0700 (Sun, 01 Jun 2008) Log Message: --- - automagic guessing of R_HOME on win32 (R RHOME seems to be working on win32 with R-2.7.0patched) - fixed types for nump

[Rpy] SF.net SVN: rpy: [542] branches/rpy_nextgen/rpy/rinterface/rinterface.c

2008-06-01 Thread lgautier
Revision: 542 http://rpy.svn.sourceforge.net/rpy/?rev=542&view=rev Author: lgautier Date: 2008-06-01 05:04:10 -0700 (Sun, 01 Jun 2008) Log Message: --- Cleaning up code for finding R variable in a R environment Modified Paths: -- branches/rpy_nextgen/rpy/ri

[Rpy] SF.net SVN: rpy: [543] branches/rpy_nextgen/doc

2008-06-01 Thread lgautier
Revision: 543 http://rpy.svn.sourceforge.net/rpy/?rev=543&view=rev Author: lgautier Date: 2008-06-01 06:12:40 -0700 (Sun, 01 Jun 2008) Log Message: --- - texinfo removed - more documentation Modified Paths: -- branches/rpy_nextgen/doc/source/conf.py bra

[Rpy] SF.net SVN: rpy: [541] branches/rpy_nextgen/rpy/rinterface/tests/ test_SexpVectorNumeric.py

2008-06-01 Thread lgautier
Revision: 541 http://rpy.svn.sourceforge.net/rpy/?rev=541&view=rev Author: lgautier Date: 2008-06-01 04:40:33 -0700 (Sun, 01 Jun 2008) Log Message: --- - only keep support for numpy (dropping support for Numeric and numarray) Modified Paths: -- branches/rpy

Re: [Rpy] Please help: invalid 'envir' argument

2008-06-01 Thread Laurent Gautier
2008/6/1 <[EMAIL PROTECTED]>: > Thanks for that Barry thats much clearer now, I had done print yarn, and > didn't understand why it had returned the string "yarn". Its all clear now > though. > > Making the change you suggest though moves me forward but then throws the > following error > "Traceba

Re: [Rpy] Please help: invalid 'envir' argument

2008-06-01 Thread Barry Rowlingson
[EMAIL PROTECTED] wrote: > Thanks for that Barry thats much clearer now, I had done print yarn, and > didn't understand why it had returned the string "yarn". Its all clear now > though. > > Making the change you suggest though moves me forward but then throws the > following error > "Traceback (m

[Rpy] SF.net SVN: rpy: [544] branches/rpy_nextgen/doc/source

2008-06-01 Thread lgautier
Revision: 544 http://rpy.svn.sourceforge.net/rpy/?rev=544&view=rev Author: lgautier Date: 2008-06-01 08:07:21 -0700 (Sun, 01 Jun 2008) Log Message: --- Some more documentation. Modified Paths: -- branches/rpy_nextgen/doc/source/rinterface.rst branches/r

Re: [Rpy] Please help: invalid 'envir' argument

2008-06-01 Thread chris
Thank you Barry and Laurent, So two things for me to make sure I remember... r.DataName (whatever DataName might be) not as I had it r.data and Barry pre-empting my next error message with rpy.set_default_mode(rpy.NO_CONVERSION) Shouls rpy.set_default_mode(rpy.NO_CONVERSION) be set as standard

Re: [Rpy] Please help: invalid 'envir' argument

2008-06-01 Thread Barry Rowlingson
[EMAIL PROTECTED] wrote: > r.DataName (whatever DataName might be) not as I had it r.data > > and Barry pre-empting my next error message with > > rpy.set_default_mode(rpy.NO_CONVERSION) > > Shouls rpy.set_default_mode(rpy.NO_CONVERSION) be set as standard in Rpy > scripts? > Well, it depen