[R] Can numbr or rows in R-console window be changed?

Prof Brian D Ripley ripley at stats.ox.ac.uk
Fri Jun 30 08:30:59 CEST 2000


On Thu, 29 Jun 2000, Art Salwin wrote:

> For running R under Windows 95, can the number of rows in
> the console window be adjusted?  It currently seems to be
> somewhere around 500 rows. That's usually more than enough,
> unless one makes a mistake and accidently displays a long
> vector or matrix.  Then the limit is exceeded and all prior
> commands have scrolled off the top.

Do you mean the number in the scrollback, not in the window?  Yes, but you
will need to re-compile to do so.  Look in src/gnuwin32/consolestructs.h.
It is 64K chars or 8K lines.  This is independent of the commands history,
so I don't see the problem: if you have lost some output, just scroll
back in the commands history and re-run the command to re-generate it.


-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
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 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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 at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list