Date: Thu, 10 Dec 1998 09:22:18 +0100
From: Martyn Plummer <plummer@iarc.fr>
To: "Morris, Jeffrey (JCD-RL)" <JMorris@OCDUS.JNJ.COM>
Subject: Re: [R] Application Error message
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.0
This 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@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._