Re: [R] Problem in installing packages on linux machine...

2007-09-08 Thread tkobayas
Hi, I am trying to install RSQLite package on my Fedora workstation. I tried to install other packages as well, but each time I got the same error messages saying compilation error and non zero exit status. Do I have to specify lib=? I never specified the library path before when I was using

Re: [R] Problem in installing packages on linux machine...

2007-09-08 Thread tkobayas
Hi, Still got the same error message. I did su R when I got the error message for the first time. I have never seen this error message. I will be googling for solutions as well... Thank you. Quoting Henrique Dallazuanna [EMAIL PROTECTED]: Hi, try install packages whit 'sudo'. $sudo R

Re: [R] problems in read.table

2007-09-06 Thread tkobayas
Dear R-users, I have encountered the following problem every now and then. But I was dealing with a very small dataset before, so it wasn't a problem (I just edited the dataset in Openoffice speadsheet). This time I have to deal with many large datasets containing commuting flow data. I

Re: [R] problems in read.table-Solved

2007-09-06 Thread tkobayas
Thank you very much for help. I am learning R every day Taka Quoting Peter Dalgaard [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Dear R-users, I have encountered the following problem every now and then. But I was dealing with a very small dataset before, so it wasn't a problem (I just

Re: [R] combining datasets by row

2007-08-29 Thread tkobayas
Rusers, I am trying to append multiple .csv files of different dimensions (but # of columns are the same for all .csv files). I do have .csv files whose names are CA1.csv ~ CA100.csv. CA means california and 1 means the first file. So what I have been doing (after googling how to append by

Re: [R] rJava help

2007-04-19 Thread tkobayas
Hi, I use Redhat Linux for R. Now I am trying to use the rJava library. I downloaded JRE beta 2 from Sun. I typed [EMAIL PROTECTED] R CMD javareconf Java interpreter : /usr/bin/java Java version : 1.6.0-beta2 Java home path : /usr/java/jre1.6.0 Java library path:

Re: [R] Help for looping

2007-03-26 Thread tkobayas
Rusers: I have tried to minimize computing times by taking advanage of lapply(). My data is a 1000*30 matrix and the distance matrix was created with dist(). What I am trying to do is to compute the standard distances using the frequencies attached to the nearest negibors of n reference

Re: [R] exporting graphics

2006-03-20 Thread tkobayas
Hi, This is a very fundamental question. I want to export graphical results so that I can place them in an openoffice document. I use Fedora 5. Can anyone help? Thanks in advance. Takatsugu Kobayashi PhD Student Indiana University, Dept. Geography