search for: setwidthonresize

Displaying 8 results from an estimated 8 matches for "setwidthonresize".

2003 Nov 23
1
options(width= ) in rw1081
Hola! 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) ,
2002 Jan 22
0
Problems running 'R' on Windows-2000
...arched for. font = TT Courier New points = 10 style = normal # Style can be normal, bold, italic # Dimensions (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 = m...
2017 Sep 01
3
patch: automatically adjust width option when terminal is resized
On Fri, 1 Sep 2017, Ralf Goertz wrote: > Am Mon, 28 Aug 2017 09:33:31 +0200 > schrieb Ralf Goertz <r_goertz at web.de>: > > > Hello, me again > >> Hi, >> >> I guess there have been discussions about this in the past and from >> what I understood hooking an R-function to facilitate automatic >> adjustment is problematic. So why not doing it
1999 May 04
1
Pre-release of R-0.64.1 for Windows
...n a single SDI pager, the (row) positions are remembered and re-used when you switch views in the pager. For MDI pagers, the pager size is chosen by the system, and only multiple pagers are supported. When pagers are re-sized the strategy is now to keep the middle line in the middle. The option `setwidthonresize' in Rconsole automatically generates an internal call to options("width") if you resize the console and change its width. This is the default, but we suggest you do not resize while R is outputting. The console, pagers and graphics devices now have right-click popup menus, and you c...
2017 Sep 01
0
patch: automatically adjust width option when terminal is resized
...t is from just a quick look at the sources. > > RStudio does this by default and there is no obvious way, to me at > least, to turn it off, which is unfortunate given the > sink/capture.output issues. > > I made changes to R-devel in r73180 to set width if the you set > options(setWidthOnResize = TRUE). By default this option is not set > and the width option is not changed. We'll see if it causes any > problems. > > Best, > > luke > > >> If *some* consoles already do automatically change the value when >> resized why should an instance of R running...
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]
2018 Apr 23
0
R 3.5.0 is released
...as as.character(list(list(one = 1))) has always done. m:n now also deparses nicely when m > n. The "quoteExpressions" option, also part of "all", no longer quote()s formulas as that may not re-parse identically. (PR#17378) * If the option setWidthOnResize is set and TRUE, R run in a terminal using a recent readline library will set the width option when the terminal is resized. Suggested by Ralf Goertz. * If multiple on.exit() expressions are set using add = TRUE then all expressions will now be run even if one signals an err...
2018 Apr 23
0
R 3.5.0 is released
...as as.character(list(list(one = 1))) has always done. m:n now also deparses nicely when m > n. The "quoteExpressions" option, also part of "all", no longer quote()s formulas as that may not re-parse identically. (PR#17378) * If the option setWidthOnResize is set and TRUE, R run in a terminal using a recent readline library will set the width option when the terminal is resized. Suggested by Ralf Goertz. * If multiple on.exit() expressions are set using add = TRUE then all expressions will now be run even if one signals an err...