I am submitting the command: calcium<-read.table("calcium.txt",header=TRUE) and with Rw0630 and Bdr0631 I get an application error and R crashes. But the command works fine with rjune. I am running under NT4.0 Anyone have a similar problem? Jeff jmorris at ocdus.jnj.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Jeffrey Morris wrote:> I am submitting the command: > > calcium<-read.table("calcium.txt",header=TRUE) > > and with Rw0630 and Bdr0631 I get an application error and R crashes. But > the command works fine with rjune. I am running under NT4.0I have had an identical problem with rw0630 under Win95. Perhaps it is a problem of *.txt file, since the re-exporting helped (I have exported the data from Excel97 into the *.txt). The same (R crash) happened when I played with the read.table("several_non- txt_files"). Can this be a typical read.table behaviour when the data format is not recognized? Zdenek Skala ++++++++++++++++++++++ Zdenek Skala e-mail: Zdenek.Skala at incoma.cz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Morris, Jeffrey (JCD-RL) wrote:> > I am submitting the command: > > calcium<-read.table("calcium.txt",header=TRUE) > > and with Rw0630 and Bdr0631 I get an application error and R crashes. But > the command works fine with rjune. I am running under NT4.0This problem occurs on NT4.0 when the last line of the file does not end in with a carriage return (or carriage-return + line feed I suppose since we're on windows). Edit the file and just add a return character at the end. A related problem occurs when editing a function within R. If the last line of the file does not end with a carriage return you get a syntax error, even though the function looks syntactically correct. I have told Guido about these problems. Martyn -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._