I'd like to increase the number of lines available via the vertical scrolling bar when running RGui.exe under win95. Would think this is set in options() or /etc/Rconsole, but haven't been able to figure out how. Note that it's output I'm concerened with viewing, not the command history. Can anyone help? Thanks! -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
hansel@hansel.moorhead.msus.edu
2000-Feb-08 02:25 UTC
[R] Alpha Linux compile failure with 0.99
On an alpha-linux (RH 6.0) and a second (RH 6.1), compiling fails in printutils.c, line 424 (if (!arg)) { ....) with the fatal error message that arg is neither an array nor a pointer. arg is declared in the function parameter list as type va_list. If this is va_list ass defined in glib.h (/usr/include/glib.h), it is indeed a pointer (or an array of pointers?). (I did not try to back track through all the includes.) Other details available upon request. The same source compiled cleanly on an RH 6.1. Mark Hansel PO Box 41 Moorhead State University Moorhead, MN 56563 ph: 218-236-2039 fax: 218-236-2593 email: hansel at mnstate.edu web: http://wwwcj.moorhead.msus.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Mon, 7 Feb 2000, Griffith Feeney wrote:> I'd like to increase the number of lines available via the vertical > scrolling bar when running RGui.exe under win95. Would think this is set in > options() or /etc/Rconsole, but haven't been able to figure out how. Note > that it's output I'm concerened with viewing, not the command history. Can > anyone help? Thanks!It's compiled in. You need to re-compile with an increased setting of DIMLBUF (and perhaps MLBUF) in console.c. (Almost all scrolling terminals do have a fixed maximum history buffer, often much less than that one.) I am not sure why you would want to to this though: you can avoid the limit entirely by running Rterm.exe, or saving excessively long output to a file with sink(). -- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._