The R Project SVN R

Rev

Rev 81899 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 81899 Rev 81902
Line 1... Line 1...
1
R @FULLVERSION@ for Windows
1
R @FULLVERSION@ for Windows
2
===================
2
===================
3
 
3
 
4
This distribution contains a binary distribution of R-@RVER@ to run on
4
This distribution contains a binary distribution of R-@RVER@ to run on
5
64-bit versions of Windows XP and later on x86_64 chips.  
5
64-bit versions of Windows 7 and later on x86_64 chips.  
6
It is designed to be as close as possible to the
6
It is designed to be as close as possible to the
7
implementation on Unix, but see the list of differences below.  The
7
implementation on Unix, but see the list of differences below.  The
8
port was by Guido Masarotto, Brian Ripley and Duncan Murdoch.
8
port was by Guido Masarotto, Brian Ripley and Duncan Murdoch.
9
 
9
 
10
 
10
 
Line 118... Line 118...
118
colours) can be customized by editing the file etc\Rconsole, and a
118
colours) can be customized by editing the file etc\Rconsole, and a
119
copy with a user's settings can be put in her HOME directory or in the
119
copy with a user's settings can be put in her HOME directory or in the
120
working directory.  (The exact sequence is to search the directory
120
working directory.  (The exact sequence is to search the directory
121
pointed to by the first found of the environment variables R_USER then
121
pointed to by the first found of the environment variables R_USER then
122
HOME, then the Windows "personal" directory (typically
122
HOME, then the Windows "personal" directory (typically
123
'C:\Users\username\My Documents' on recent versions of Windows and
123
'C:\Users\username\My Documents' on recent versions of Windows) then
124
'C:\Documents and Settings\username\My Documents' on XP) then
-
 
125
{HOMEDRIVE}{HOMEPATH} then the working directory, finally R_HOME\etc.
124
{HOMEDRIVE}{HOMEPATH} then the working directory, finally R_HOME\etc.
126
This also applies to .Renviron and other uses of 'HOME' in our
125
This also applies to .Renviron and other uses of 'HOME' in our
127
documentation.)  The file contains a description of the settings that
126
documentation.)  The file contains a description of the settings that
128
can be altered.  See also ?Rconsole.
127
can be altered.  See also ?Rconsole.
129
 
128