Rev 13930 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{Rwin configuration}\alias{Rconsole}\alias{Rdevga}\title{R for Windows Configuration}\description{The file \file{Rconsole} configures the R GUI console in thisWindows port. The file \file{Rdevga} configures the graphics devices\code{windows}, \code{win.graph}, \code{win.metafile} and \code{win.print}.}\value{Each of the files contains details in its comments of how to set thevalues.At the time of writing \file{Rdevga} configured the mapping of fontnumbers to fonts, and \file{Rconsole} configured the appearance(single or multiple document interface, toolbar, statusbar on MDI),size, font and colours of the GUI console, and whether resizing theconsole sets \code{\link{options}("width")}.The file \file{Rconsole} also configures the internal pager. Thisshares the font and colours of the console, but can be sizedseparately.}\details{There are system copies of these files in \file{R\_HOME\\etc}. Userscan have personal copies of the files: these are looked for in thelocation given by the environment variable \code{R_USER}. The systemfiles are read only if a corresponding personal file is not found.If the environment variable \code{R_USER} is not set, the \R systemsets it to \code{HOME} if that is set (stripping any trailingslash), otherwise to \code{HOMEDIR:HOMEPATH} if \code{HOMEDIR} is setotherwise to the working directory.}\note{The \code{GUI preferences} item on the \code{Edit} menu brings up anform which can be used to edit the console settings, and to save themto a file.}\author{Guido Masarotto}\seealso{\code{\link{windows}}}\keyword{utilities}