The R Project SVN R

Rev

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

Rev 33592 Rev 34461
Line 24... Line 24...
24
 
24
 
25
 
25
 
26
Installation
26
Installation
27
============
27
============
28
 
28
 
29
The distribution is distributed as a 25Mb installer @RWVER@.exe.
29
The distribution is distributed as a 25Mb installer @RWVER@-win32.exe.
30
 
30
 
31
Just run this for a Windows-XP style installer.  It contains all the R
31
Just run this for a Windows-XP style installer.  It contains all the R
32
components, and you can select what want installed.  If you are using
32
components, and you can select what want installed.  If you are using
33
an East Asian version of Windows (certainly Chinese, Japanese, Korean
33
an East Asian version of Windows (certainly Chinese, Japanese, Korean
34
and perhaps Thai and Vietnamese) you need to select the component
34
and perhaps Thai and Vietnamese) you need to select the component
Line 232... Line 232...
232
.libPaths("R:/libraries/gm")
232
.libPaths("R:/libraries/gm")
233
 
233
 
234
to your .Rprofile or at the end of R_HOME\etc\Rprofile.
234
to your .Rprofile or at the end of R_HOME\etc\Rprofile.
235
 
235
 
236
To install a package from source code you need the source-package
236
To install a package from source code you need the source-package
237
distribution installed from @RWVER@.exe (but not the R sources).  The
237
distribution installed from @RWVER@-win32.exe (but not the R sources).
238
`R Installation and Administration' manual contains detailed
238
The `R Installation and Administration' manual contains detailed
239
instructions.
239
instructions.
240
 
240
 
241
 
241
 
242
Differences from Unix versions of R
242
Differences from Unix versions of R
243
===================================
243
===================================
Line 272... Line 272...
272
 
272
 
273
 
273
 
274
Building From Source
274
Building From Source
275
====================
275
====================
276
 
276
 
277
See the file @RWVER@\src\gnuwin32\INSTALL in the source distribution
277
See the `R Installation and Adminstration' Manual
278
and the rw-FAQ.
278
(doc\manual\R-admin.html) and the rw-FAQ.
279
 
279
 
280
 
280
 
281
Feedback
281
Feedback
282
========
282
========
283
 
283