| Line 24... |
Line 24... |
| 24 |
|
24 |
|
| 25 |
|
25 |
|
| 26 |
Installation
|
26 |
Installation
|
| 27 |
============
|
27 |
============
|
| 28 |
|
28 |
|
| 29 |
The distribution can be obtained in two versions:
|
29 |
The distribution is distributed as a 25Mb installer @RWVER@.exe.
|
| 30 |
|
30 |
|
| 31 |
1) A 24Mb file @RWVER@.exe. Just run this for a Windows-XP style
|
31 |
Just run this for a Windows-XP style installer. It contains all the R
|
| 32 |
installer. It contains all the R components, and you can select what
|
32 |
components, and you can select what want installed. If you are using
|
| 33 |
want installed. If you are using an East Asian version of Windows
|
33 |
an East Asian version of Windows (certainly Chinese, Japanese, Korean
|
| 34 |
(certainly Chinese, Japanese, Korean and perhaps Thai and Vietnamese)
|
34 |
and perhaps Thai and Vietnamese) you need to select the component
|
| 35 |
you need to select the component which supplies support for those
|
35 |
which supplies support for those languages. (This replace R.dll with
|
| 36 |
languages. (This replace R.dll with a version that is aware of
|
36 |
a version that is aware of multi-byte locales and depends on
|
| 37 |
multi-byte locales and depends on mscvp60.dll.)
|
37 |
mscvp60.dll.)
|
| 38 |
|
38 |
|
| 39 |
|
- |
|
| 40 |
2) Files miniR.exe and miniR-1.bin to miniR-7.bin. If you need to,
|
- |
|
| 41 |
put miniR.exe and miniR-1.bin on one floppy, and miniR-2.bin to
|
- |
|
| 42 |
miniR-7.bin on separate floppies.
|
- |
|
| 43 |
|
- |
|
| 44 |
This is a small installation, containing text help and the
|
- |
|
| 45 |
Introduction to R and Data Import/Export manuals in PDF. There is no
|
- |
|
| 46 |
package tcltk, and no documentation for packages grid or survival.
|
- |
|
| 47 |
|
- |
|
| 48 |
|
- |
|
| 49 |
For more details, including command-line options for the installers
|
39 |
For more details, including command-line options for the installer
|
| 50 |
and how to uninstall, see the rw-FAQ. If you are reading this as part of
|
40 |
and how to uninstall, see the rw-FAQ. If you are reading this as part of
|
| 51 |
an installed version of R, that's both file rw-FAQ in this directory
|
41 |
an installed version of R, that's both file rw-FAQ in this directory
|
| 52 |
and file doc\html\rw-FAQ.html.
|
42 |
and file doc\html\rw-FAQ.html.
|
| 53 |
|
43 |
|
| 54 |
|
44 |
|
| Line 61... |
Line 51... |
| 61 |
|
51 |
|
| 62 |
Rgui.exe runs as a standard Windows GUI executable and provides an R
|
52 |
Rgui.exe runs as a standard Windows GUI executable and provides an R
|
| 63 |
console in its own window. It takes the standard R command-line
|
53 |
console in its own window. It takes the standard R command-line
|
| 64 |
arguments; these are most easily set by making a shortcut to
|
54 |
arguments; these are most easily set by making a shortcut to
|
| 65 |
...\@RWVER@\bin\Rgui.exe and adding the arguments in the Target field.
|
55 |
...\@RWVER@\bin\Rgui.exe and adding the arguments in the Target field.
|
| 66 |
Set the `Start in' field of the shortcut to the directory you want to use
|
56 |
Set the `Start in' field of the shortcut to the directory you want to
|
| 67 |
as the working directory (where workspaces and files are saved to and
|
57 |
use as the working directory (where workspaces and files are saved to
|
| 68 |
loaded from). The @RWVER@.exe and miniR.exe installers create a
|
58 |
and loaded from). The installers creates a shortcut on the desktop
|
| 69 |
shortcut on the desktop for you (by default).
|
59 |
for you (by default).
|
| 70 |
|
60 |
|
| 71 |
You have a choice of interface: SDI (separate windows) or MDI
|
61 |
You have a choice of interface: SDI (separate windows) or MDI
|
| 72 |
(multiple child windows in one large window). MDI is the default:
|
62 |
(multiple child windows in one large window). MDI is the default:
|
| 73 |
select SDI by adding --sdi in the Target field.
|
63 |
select SDI by adding --sdi in the Target field.
|
| 74 |
|
64 |
|