<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
I'm trying to learn how to use R version 1.1.0 under Mandrake Linux version
6.1.&nbsp; Using R interactively, I get good results.&nbsp; However, when
I attempt to execute commands from a file (following the directions in
section 1.10 of An Introduction to R, version 1.10) my output disappears.&nbsp;
As a default or after a sink() command, I would expect to see output on
the console, but none appears.&nbsp; After a sink("record.lis") command,
I would expect to find the output in the record.lis file, but it is empty.&nbsp;
The commands in my input file (e.g., summary(fm)) produce output in interactive
mode, so I don't understand why no output appears in batch mode.&nbsp;
Any error in the input file produces an error message on the console.&nbsp;
But when I correct the error, there is still no visible output.&nbsp; Any
help would be appreciated.
<pre>--&nbsp;
John P. Burkett
Department of Economics
University of Rhode Island
10 Chafee Road, Suite 3
Kingston, RI 02881-0808

phone:&nbsp; (401) 874-4122
fax:&nbsp;&nbsp;&nbsp; (401) 874-2858</pre>
&nbsp;</html>