The R Project SVN R

Rev

Rev 61162 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61162 Rev 61433
Line 12... Line 12...
12
\concept{fonts}
12
\concept{fonts}
13
\concept{preferences}
13
\concept{preferences}
14
\title{R for Windows Configuration}
14
\title{R for Windows Configuration}
15
\description{
15
\description{
16
  The file \file{Rconsole} configures the R GUI console in this
16
  The file \file{Rconsole} configures the R GUI console in this
17
  Windows port. The \code{loadRconsole} function loads a new 
17
  Windows port. The \code{loadRconsole} function loads a new
18
  configuration.
18
  configuration.
19
  
19
 
20
  The file \file{Rdevga} configures the graphics devices
20
  The file \file{Rdevga} configures the graphics devices
21
  \code{\link{windows}}, \code{win.graph}, \code{win.metafile} and
21
  \code{\link{windows}}, \code{win.graph}, \code{win.metafile} and
22
  \code{win.print}, as well as the bitmap devices \code{\link{bmp}},
22
  \code{win.print}, as well as the bitmap devices \code{\link{bmp}},
23
  \code{jpeg}, \code{png} and \code{tiff} (which use for \code{type =
23
  \code{jpeg}, \code{png} and \code{tiff} (which use for \code{type =
24
  "windows"} use \code{windows} internally).
24
  "windows"} use \code{windows} internally).
Line 45... Line 45...
45
  separately.
45
  separately.
46
 
46
 
47
  \file{Rconsole} can also set the initial positions of the console and
47
  \file{Rconsole} can also set the initial positions of the console and
48
  the graphics device, as well as the size and position of the MDI
48
  the graphics device, as well as the size and position of the MDI
49
  workspace in MDI mode.
49
  workspace in MDI mode.
50
  
50
 
51
  \code{loadRconsole} is called for its side effect of loading new 
51
  \code{loadRconsole} is called for its side effect of loading new
52
  defaults.  It returns no useful value.
52
  defaults.  It returns no useful value.
53
}
53
}
54
 
54
 
55
\details{
55
\details{
56
  There are system copies of these files in
56
  There are system copies of these files in
Line 59... Line 59...
59
  environment variable \env{R_USER}. The system files are read only if a
59
  environment variable \env{R_USER}. The system files are read only if a
60
  corresponding personal file is not found.
60
  corresponding personal file is not found.
61
 
61
 
62
  If the environment variable \env{R_USER} is not set, the \R system
62
  If the environment variable \env{R_USER} is not set, the \R system
63
  sets it to \env{HOME} if that is set (stripping any trailing slash),
63
  sets it to \env{HOME} if that is set (stripping any trailing slash),
64
  otherwise to the Windows \sQuote{personal}  directory, 
64
  otherwise to the Windows \sQuote{personal}  directory,
65
  otherwise to \code{{HOMEDRIVE}{HOMEPATH}} if \code{HOMEDRIVE} and
65
  otherwise to \code{{HOMEDRIVE}{HOMEPATH}} if \code{HOMEDRIVE} and
66
  \code{HOMEDRIVE} are both set
66
  \code{HOMEDRIVE} are both set
67
  otherwise to the working directory.  This is as described in the file
67
  otherwise to the working directory.  This is as described in the file
68
  \file{rw-FAQ}.
68
  \file{rw-FAQ}.
69
}
69
}