Re: [R] binary version of R 2.8.x

2009-04-08 Thread tomkur2006-takehome
Yes, ./configure works with no error. I guess it's a problem of my environment setup. It's my first attempt to build it myself, and I have downloaded the binaries and installed it previously. --- On Wed, 4/8/09, stephen sefick ssef...@gmail.com wrote: From: stephen sefick ssef...@gmail.com

[R] binary version of R 2.8.x

2009-04-07 Thread tomkur2006-takehome
Hello, Is there any binary version of R 2.8.x available for x86 Solaris 10? I need it so that I can use some R library files. I actually tried to compile the source myself, but it failed. I don't know much about how to compile source files on Solaris, and it will be great if there is a

[R] make error: ../../../bin/R: bad substitution

2008-03-24 Thread tomkur2006-takehome
Hi, I am getting this error when I run 'make' under src/library/base: ../../../library/base/R/base is unchanged ../../../bin/R: bad substitution make: *** [all] Error 1 I traced it down to the following line in src/library/base/Makefile: @cat $(srcdir)/makebasedb.R | \

[R] sample codes for writting a function with unknown number of arguments

2008-03-21 Thread tomkur2006-takehome
Hi, I need to scan some files, and then do a boxplot graph of them. I also save the output from the boxplot function, so I can process the data later. For example, I need to scan 2 (it can be x, 0x) files here. A-scan(F1)/100; B-scan(F2)/100; Now let's try graph it. N1 is the label for F1,

[R] coredump at the of 'configure' and error for 'make'

2008-03-20 Thread tomkur2006-takehome
Hi, I got some errors when I attempted to build R on my Solaris 9 box. Can someone please provide some suggestion on what to do next? The configure process was fine expect that I got a some warning message and a coredump at the end. What does that affect? Can I still build it? ./configure

[R] unable to load shared library '/usr/local/lib/R/modules//R_X11.so'

2008-03-17 Thread tomkur2006-takehome
Hi, I downloaded a binary version of R for my Solaris 10 box (from http://www.sunfreeware.com/programlistsparc10.html#R), and everything looked fine during the installation. However, I got a X11 module cannot be loaded error when I attempted to save a graph to be a png file. Does it look