Re: [rkward-devel] Wishlist: Fixed font in Object viewer

2007-11-05 Thread Prasenjit Kapat
Hi, On 11/5/07, Thomas Friedrichsmeier <[EMAIL PROTECTED]> wrote: > Hi, > > On Friday 02 November 2007, Prasenjit Kapat wrote: > > 2. The information area of the Object Viewer (where Full Location, Type, > > Class, Length, etc.. are displayed) could be modified so as to display the > > information

Re: [rkward-devel] turn off sink

2007-11-05 Thread Albert Greinoecker
Hi Thomas, yes, you are right, i created RKward 0.4.8 from source and now everything works fine! thx, Albert Am Montag, den 05.11.2007, 12:53 +0100 schrieb Thomas Friedrichsmeier: > Hi, > > On Monday 05 November 2007, Albert Greinoecker wrote: > > RKWard 0.4.2 (KDE 3.5.6) > > R version 2.4.1 (2

Re: [rkward-devel] Wishlist: Fixed font in Object viewer

2007-11-05 Thread Thomas Friedrichsmeier
Hi, On Friday 02 November 2007, Prasenjit Kapat wrote: > 2. The information area of the Object Viewer (where Full Location, Type, > Class, Length, etc.. are displayed) could be modified so as to display the > information as a row rather than a column. That is, modifying what looks > like this: An

Re: [rkward-devel] turn off sink

2007-11-05 Thread Thomas Friedrichsmeier
Hi, On Monday 05 November 2007, Albert Greinoecker wrote: > RKWard 0.4.2 (KDE 3.5.6) > R version 2.4.1 (2006-12-18) > Ubuntu 7.04 > > How can I turn off sink-writing to a file when using rkward? > After calling a function which contains > sink('file.txt') at the beginning and sink() at the end, >

[rkward-devel] turn off sink

2007-11-05 Thread Albert Greinoecker
Hi, RKWard 0.4.2 (KDE 3.5.6) R version 2.4.1 (2006-12-18) Ubuntu 7.04 How can I turn off sink-writing to a file when using rkward? After calling a function which contains sink('file.txt') at the beginning and sink() at the end, the output still goes to file.txt . What am I doing wrong? thx, Al