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",
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
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
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
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
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
[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
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
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
[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
10 matches
Mail list logo