Displaying 7 results from an estimated 7 matches for "buflin".
Did you mean:
buflen
2006 Oct 29
2
Rgui.exe fix for "console not found" buffer overflow problem
...is will bring up the Rconsole file wherever it exists. Simply open up
the file (if not already open) in the free within-Windows Wordpad.exe
(Start > Run > Open Wordpad.exe) and change the values back to some
smaller number. For me I changed the problematic "bufbytes" and
"buflines" below:
### BEGIN Rconsole Code Portion ###
# memory limits for the console scrolling buffer, in bytes and lines
bufbytes = 9999999999999
buflines = 9999999999999999999
###
to something small like
### BEGIN Rconsole Code Portion ###
# memory limits for the console scrolling buffer, in b...
2000 Dec 26
1
A "bug" in Rconsole?
Dear R-friends,
After change (and saved) font style to "bold" in GUI preferences from
menu-bar Edit,
R 1.2.0, Win98, the "buflines" in the file Rconsole changed to "bufiles"
and that causes
error in invoking R next time.
Is this a bug?
Merry Christmas & Best regards,
C. Joseph Lu
Department of Statistics
National Cheng-Kung University
Tainan, Taiwan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2000 Dec 19
1
A bug (?) in Rgui Configuration Editor (buffer lines) in R1.2.0 for Windows (Rgui.exe)
...nsole file, R seemed to complain about the following
parameter-value setting:
bufiles = 8192
At first I thought this was a value-side problem, but after several
unsuccessful trials, I came to suspect that the name of the parameter, i.e.,
"bufiles," might be wrong and changed it to "buflines." Then R no longer
issued the above mentioned warning.
Is this some coding bug or something special for my case?
Cheers,
Akio Sone, Ph.D.
Postdoctoral Research Fellow
Harvard-MIT Data Center
M-32 Littauer Center, North Yard
Harvard University
Cambridge, MA 02138
e-mail: asone at latte.h...
2002 Jan 22
0
Problems running 'R' on Windows-2000
...s (in characters) of the console.
rows = 25
columns = 80
# Dimensions (in characters) of the internal pager.
pgrows = 25
pgcolumns = 80
# should options(width=) be set to the console width?
setwidthonresize = yes
# memory limits for the console scrolling buffer, in bytes and lines
bufbytes = 65000
buflines = 8000
# The internal pager can displays help in a single window
# or in multiple windows (one for each topic)
# pagerstyle can be set to `singlewindow' or `multiplewindows'
pagerstyle = multiplewindows
## Colours for console and pager(s)
# (see rwxxxx/etc/rgb.txt for the known colours...
2001 Mar 09
2
Pager size in 1.2.2 Windows
The following sequence of commands (for example):
>my.data<-rnorm(10000, 5, 1)
>my.data
fills my pager buffer beyond its capacity. When I type "my.data", the
pager displays approximately the bottom 7000 cells of the file, but "loses"
the first 3000. Is there a some setting that increases the size of the
pager buffer, or is this a limit in the Windows version?
2013 Apr 01
1
Console display "buffer size"
Greetings All.
This is a somewhat generic query (I'm really asking on behalf
of a friend who uses R on Windows, whereas I'm on Linux, but
the same phenomenon appears on both).
Say one has a largish dataframe -- call it "G" -- which in the
case under discussion has 592 rows and 41 columns. The intention
is to display the data by simply entering its name (G) as command.
Say the
2004 Nov 02
3
Using East-european characters in R
Does anybody know how to produce a East-European character "??" - "c with a
v-shaped hat " in R (in text or plot)?
I do know how to get "??,??" - "s,z, with a v-shaped hat", but not this one.
Thanks in advance for any suggestions,
Ales Ziberna
P.S.: I am using Windows XP and R version 1.9.1 (details below)
$platform
[1]