| Line 10... |
Line 10... |
| 10 |
|
10 |
|
| 11 |
Installation
|
11 |
Installation
|
| 12 |
============
|
12 |
============
|
| 13 |
|
13 |
|
| 14 |
The distribution is distributed as an installer @RWVER@-win.exe. Just
|
14 |
The distribution is distributed as an installer @RWVER@-win.exe. Just
|
| 15 |
run this for a Windows-style installer. It contains all the R
|
15 |
run this for a Windows-style installer.
|
| 16 |
components, and you can select what you want installed.
|
- |
|
| 17 |
|
16 |
|
| 18 |
For more details, including command-line options for the installer and
|
17 |
For more details, including command-line options for the installer and
|
| 19 |
how to uninstall, see the rw-FAQ. If you are reading this as part of
|
18 |
how to uninstall, see the rw-FAQ. If you are reading this as part of
|
| 20 |
an installed version of R, that is both a file rw-FAQ in this directory
|
19 |
an installed version of R, that is both a file rw-FAQ in this directory
|
| 21 |
and a file doc\html\rw-FAQ.html.
|
20 |
and a file doc\html\rw-FAQ.html.
|
| Line 123... |
Line 122... |
| 123 |
colours) can be customized by editing the file etc\Rconsole, and a
|
122 |
colours) can be customized by editing the file etc\Rconsole, and a
|
| 124 |
copy with a user's settings can be put in her HOME directory or in the
|
123 |
copy with a user's settings can be put in her HOME directory or in the
|
| 125 |
working directory. (The exact sequence is to search the directory
|
124 |
working directory. (The exact sequence is to search the directory
|
| 126 |
pointed to by the first found of the environment variables R_USER then
|
125 |
pointed to by the first found of the environment variables R_USER then
|
| 127 |
HOME, then the Windows "personal" directory (typically
|
126 |
HOME, then the Windows "personal" directory (typically
|
| 128 |
'C:\Users\username\My Documents' on Windows Vista/7 and 'C:\Documents
|
127 |
'C:\Users\username\My Documents' on recent versions of Windows and
|
| 129 |
and Settings\username\My Documents' on XP) then {HOMEDRIVE}{HOMEPATH}
|
128 |
'C:\Documents and Settings\username\My Documents' on XP) then
|
| 130 |
then the working directory, finally R_HOME\etc. This also applies to
|
129 |
{HOMEDRIVE}{HOMEPATH} then the working directory, finally R_HOME\etc.
|
| 131 |
.Renviron and other uses of 'HOME' in our documentation.) The file
|
130 |
This also applies to .Renviron and other uses of 'HOME' in our
|
| 132 |
contains a description of the settings that can be altered. See also
|
131 |
documentation.) The file contains a description of the settings that
|
| 133 |
?Rconsole.
|
132 |
can be altered. See also ?Rconsole.
|
| 134 |
|
133 |
|
| 135 |
An alternative way to edit the Rconsole file is to use the GUI
|
134 |
An alternative way to edit the Rconsole file is to use the GUI
|
| 136 |
preferences item on the Edit menu in Rgui.exe. This can change some
|
135 |
preferences item on the Edit menu in Rgui.exe. This can change some
|
| 137 |
of the settings (for example colours, font and window sizes) on the
|
136 |
of the settings (for example colours, font and window sizes) on the
|
| 138 |
current running console.
|
137 |
current running console.
|