On Sat, 22 Nov 2003 [EMAIL PROTECTED] wrote:

> I just downloaded and installed the factory-fresh
> rw1081. Windows XP. 
> 
> In my Rprofile file in the \etc subdirectory I put
> (among others)
> 
> 
> options(continue=" ")
> options(width=65)
> options(scipen=5)
> options(show.signif.stars=FALSE)
> 
> R is honoring all of this on startup, exept 
> the width=65 option, which does'nt have any effect. I tried
> other values for width also (70, 90) , none honored. R keeps
> the system default of 80. 

Is this in Rgui?  Then it actually keeps to the width of the console on
startup.  From etc/Rconsole

# should options(width=) be set to the console width?
setwidthonresize = yes

So please check that you have set that to your wishes (I guess you have
not).  Unless you resize the console, setting options(width=65) in the
console itself will work.

None of this applies to Rterm.

NB: this *is* in the rw-FAQ, Q4.2.  In case it is not clear to you,
opening the console is a resizing of it, from width and height 0.

NBB: the behaviour is unchanged since rw0641!

-- 
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to