[R] problem with graphic devices

2010-06-23 Thread Kuan()
Version: OS: Windows XP/CentOS 5.5 R: 2.11.1 Acrobate reader: 9.3.2 Question: After using graphic devices, such as pdf(), png() in R, nothing happened. Screen Log: -- pdf(foo.pdf) plot(1:10) dev.off() null device 1 -- There

Re: [R] problem with graphic devices

2010-06-23 Thread Kuan()
Got it~! Thanks a lot!! I am trying to draw a chart not directly by R but PL/R in my postgresql database server. I googled and found that to make a pdf (or the other graphic devices) file might be an possible way to make it happen. Kuan I'm guessing foo.pdf was created on your file system,

Re: [R] need help when make check R-2.11.1

2010-06-22 Thread Kuan()
Hi Tim, I had solved the problem myself. I found that the problem was caused by VMware. After re-installing vmware-tools, the problem disappeared... Furthermore, the issue has nothing to do with xz software. I had uninstalled xz on my system and the make check still passed all test. If you

[R] need help when make check R-2.11.1

2010-06-21 Thread Kuan()
To whom it may concern: My OS: CentOS 5.5 R version: R-2.11.1 My questions are as follows: First, I inputted commands: - # ./configure --enable-R-shlib # make # make check - Everything goes well until make check. screen log: