Graphics device stops working when clicked

I have a question related to RPY2 and R Graphics

I just installed python 2.6, R-2.12.2 and rpy2-2.0.8py2.6 for Windows Vista 32bits, and so far everything seemed to work very well (in Python I can create r vectors, call r objects and the main material)

But they tried to build the graphics and the R Graphics: Device 2 window opens. But when I click on it ... it stops responding!

When I try to build graphics or when I simply type robjects.r.X11() , although it opens the R graphics window, it is empty and stops working when clicked.

I searched for this problem but could not find much information.

I also tried to get earlier versions of rpy2, rpy, python, R and install them all ... but in any combination I had the same problem!

+4
source share

Source: https://habr.com/ru/post/1348195/


All Articles