| Line 138... |
Line 138... |
| 138 |
\note{
|
138 |
\note{
|
| 139 |
It is not intended that there be interaction with the user during
|
139 |
It is not intended that there be interaction with the user during
|
| 140 |
startup code. Attempting to do so can crash the \R process.
|
140 |
startup code. Attempting to do so can crash the \R process.
|
| 141 |
|
141 |
|
| 142 |
#ifdef unix
|
142 |
#ifdef unix
|
| 143 |
On Unix versions of \R here is also a file
|
143 |
On Unix versions of \R there is also a file
|
| 144 |
\file{\var{\link{R_HOME}}/etc/Renviron} which is read very early in
|
144 |
\file{\var{\link{R_HOME}}/etc/Renviron} which is read very early in
|
| 145 |
the start-up processing. It contains environment variables set by \R
|
145 |
the start-up processing. It contains environment variables set by \R
|
| 146 |
in the configure process. Values in that file can be overridden in
|
146 |
in the configure process. Values in that file can be overridden in
|
| 147 |
site or user environment files: do not change
|
147 |
site or user environment files: do not change
|
| 148 |
\file{\var{\link{R_HOME}}/etc/Renviron} itself. Note that this is
|
148 |
\file{\var{\link{R_HOME}}/etc/Renviron} itself. Note that this is
|