On Mon, 2009-04-27 at 23:42 +0200, Vadim Axel wrote:
> Hi,
>
> I tried to installed rpy on Windows XP and it looks that something
> went wrong. As a matter of fact I am not sure that I didn't confuse
> something with all these compatibility issues. I have the following
> packages installed:
> P
Hi,
I tried to installed rpy on Windows XP and it looks that something went
wrong. As a matter of fact I am not sure that I didn't confuse something
with all these compatibility issues. I have the following packages
installed:
Python 2.5
R 2.8.1
rpy2-2.0.3.win32-py2.5.exe
pywin32-213.win32-py2.5.
Hi fellow RPy-ers, long time no chat, hope everything is going well
for you all,
Maybe you guys remember me --- I emailed the list a year or so ago and
I had a problem with unicode string conversion from Python to R using
RPy1. Here is a webpage I just found with the relevant email
http://a
One more thing: in R it seems accent strings have the encoding "UTF-8"
whereas python strings come into R always with an unknown encoding.
Maybe this has something to do with it?
thock...@stagiaire-desktop:~/rpy$ R
> Encoding("c")
[1] "unknown"
> Encoding("รง")
[1] "UTF-8"
thock...@stagiaire-d