| Line 126... |
Line 126... |
| 126 |
Leading and trailing white space in \code{\var{value}} are stripped.
|
126 |
Leading and trailing white space in \code{\var{value}} are stripped.
|
| 127 |
\code{\var{value}} is then processed in a similar way to a Unix shell:
|
127 |
\code{\var{value}} is then processed in a similar way to a Unix shell:
|
| 128 |
in particular the outermost level of (single or double) quotes is
|
128 |
in particular the outermost level of (single or double) quotes is
|
| 129 |
stripped, and backslashes are removed except inside quotes.
|
129 |
stripped, and backslashes are removed except inside quotes.
|
| 130 |
|
130 |
|
| 131 |
On systems with sub-architectures (mainly Mac OS X and Windows), the
|
131 |
On systems with sub-architectures (mainly Windows), the
|
| 132 |
files \file{Renviron.site} and \file{Rprofile.site} are looked for
|
132 |
files \file{Renviron.site} and \file{Rprofile.site} are looked for
|
| 133 |
first in architecture-specific directories,
|
133 |
first in architecture-specific directories,
|
| 134 |
e.g. \file{\var{\link{R_HOME}}/etc/i386/Renviron.site}.
|
134 |
e.g. \file{\var{\link{R_HOME}}/etc/i386/Renviron.site}.
|
| 135 |
And e.g. \file{.Renviron.i386} will be used in preference
|
135 |
And e.g. \file{.Renviron.i386} will be used in preference
|
| 136 |
to \file{.Renviron}.
|
136 |
to \file{.Renviron}.
|