Subject: Re: [R] Can numbr or rows in R-console window be changed?
From: Prof Brian D Ripley (ripley@stats.ox.ac.uk)
Date: Fri 30 Jun 2000 - 16:30:59 EST
Message-ID: <Pine.GSO.4.05.10006300723130.3250-100000@auk.stats>
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@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@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
This archive was generated by hypermail 2b25 : Mon 17 Jul 2000 - 12:33:25 EST