[R] rJava: java.lang.OutOfMemoryError

2006-11-06 Thread Marc Seil
Hy, In my case I just invoked as root (on a linux box) the command R CMD javareconf and checked if my system and root vm did match the version of the user vm. After this the command .jinit(parameters=c(-Xmx512m,-Xmx128m)) could be executed without errors. I got this information from

[R] Error in X11(): Font Path?

2006-11-03 Thread Marc Seil
Hy, I had the some problem. In my case an adjustment of the X11 font path, in the xorg.conf file did solve the problem. The fonts on my system were located in /usr/share/fonts and not in /usr/share/X11/fonts. Cheers Marc __