Skip to content
Back to formatted view

Raw Message

Message-ID: <BANLkTimBwbeYH9Br5NSg18_bNP6Vr28J+Q@mail.gmail.com>
Date: 2011-04-05T23:30:04Z
From: stan zimine
Subject: R gui on windows how to force to always show the last line of output
In-Reply-To: <BF012999-1652-4171-88C6-893FB94B1D89@comcast.net>

thank you, David, for your answer, which has a therapeutic effect.

Otherwise i was launching my prod code  from Emacs ESS  jas as Janice
suggested.


On Sat, Apr 2, 2011 at 2:27 PM, David Winsemius <dwinsemius at comcast.net> wrote:
>
> On Apr 2, 2011, at 4:21 AM, stan zimine wrote:
>
>> Hi.
>> Googled but did not found the answer for the following little issue.
>>
>> how to force R gui ?on windows (maybe a specific setting) ?to always
>> show the last line of output in the window console.
>>
>>
>> My program in R makes measurements every 5 mins in indefinite loop and
>> prints ?results in the console.
>>
>> The problem: ?last messages are not visible, ?The scrolling bar of the
>> gui console ?gets shorter. I.e. ?you have to scroll for the last
>> messages.
>>
>> Thanks if anybody knows the sol to this prob.
>
> You may want to add flush.console() to the code.
>
> --
>
> David Winsemius, MD
> West Hartford, CT
>
>