> Hi all,
>
> Just wondering if anybody can help me with the following problem.
>
> I'm running R 2.3.1 and Python 2.4, and I've got rpy to work on windows,
> but with one little glitch:
>
> Whenever I call a plotting function, the graphics window comes up and does
> the plot, but then the windo
>What am I doing wrong? Is the dictionary too big? Are the any limits?
>
>
You may have problem using 'numpy' arrays as I did have before.
Ensure your numpy arrays are declared with double precision.
Regards,
++
Jul.
--
Julien VIENNE
CLIMPACT
Institut Pierre-Simon Laplace
4
Title: FW: [Rpy] import rpy not working on Windows
rpy 1.0-rc1 has a fix for this problem. You can download from sourceforge. I only tested with python 2.4, though.
-Original Message-
From: [EMAIL PROTECTED] on behalf of Luca Manini
Sent: Thu 9/14/2006 9:19 AM
To: RPy help, suppor
Hi list,
I use:
Windows XP
numpy 0.9.8
Rpy 1.0-RC1
I have some data that I keep in a python-dictionary and which I would like
to transfer into a data frame in R.
The dictionary has 20 keys with each key being assigned to a list holding
336 numerical values.
(that is 20 * 336 = 6720 entries for t
> "Peter" == Peter (RPy List) <[EMAIL PROTECTED]> writes:
> Luca Manini wrote:
>>> "Alain" == Alain Leblanc <[EMAIL PROTECTED]> writes:
>> > Hi Luca, Which version of rpy are you using?
>>
>> # python >>> from rpy_version import rpy_version >>> print
>> rpy_versio
Hi list,
I use:
Windows XP
numpy 0.9.8
Rpy 1.0-RC1
I have some data that I keep in a python-dictionary and which I would like
to transfer into a data frame in R.
The dictionary has 20 keys (representing the columns) with each key being
assigned to a list holding 336 numerical values (representi
Hi
I see the problem described earlier as well with the plotting examples.
The first example is OK the second gives this response:
Python 2.4.3 (#2, Apr 18 2006, 11:58:01)
[GCC 3.2.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from rpy import *
RHOME= /u
Luca Manini wrote:
>> "Alain" == Alain Leblanc <[EMAIL PROTECTED]> writes:
>
> > Hi Luca, Which version of rpy are you using?
>
> # python
> >>> from rpy_version import rpy_version
> >>> print rpy_version
> 0.99.2
> >>>
> #
>
rpy 0.99.2 does not recognise the ve
> "Alain" == Alain Leblanc <[EMAIL PROTECTED]> writes:
> Hi Luca, Which version of rpy are you using?
# python
>>> from rpy_version import rpy_version
>>> print rpy_version
0.99.2
>>>
#
--
bye, Luca
---