| Line 169... |
Line 169... |
| 169 |
packages are first installed to a temporary location and then (if
|
169 |
packages are first installed to a temporary location and then (if
|
| 170 |
successful) moved to the destination library directory. Some older
|
170 |
successful) moved to the destination library directory. Some older
|
| 171 |
packages were written in ways that assume direct installation to the
|
171 |
packages were written in ways that assume direct installation to the
|
| 172 |
destination library.
|
172 |
destination library.
|
| 173 |
|
173 |
|
| 174 |
Staged installation can currentlly be overridden by having a line
|
174 |
Staged installation can currently be overridden by having a line
|
| 175 |
\samp{StagedInstall: no} in the package's \file{DESCRIPTION} file,
|
175 |
\samp{StagedInstall: no} in the package's \file{DESCRIPTION} file,
|
| 176 |
\emph{via} flag \option{--no-staged-install} or by setting environment
|
176 |
\emph{via} flag \option{--no-staged-install} or by setting environment
|
| 177 |
variable \env{R_INSTALL_STAGED} to a false value
|
177 |
variable \env{R_INSTALL_STAGED} to a false value
|
| 178 |
(e.g.\sspace{}\samp{false} or \samp{no}).
|
178 |
(e.g.\sspace{}\samp{false} or \samp{no}).
|
| 179 |
|
179 |
|