| Line 87... |
Line 87... |
| 87 |
|
87 |
|
| 88 |
\code{compilePKGS} enables or disables compiling packages when they
|
88 |
\code{compilePKGS} enables or disables compiling packages when they
|
| 89 |
are installed. This requires that the package uses lazy loading as
|
89 |
are installed. This requires that the package uses lazy loading as
|
| 90 |
compilation occurs as functions are written to the lazy loading data
|
90 |
compilation occurs as functions are written to the lazy loading data
|
| 91 |
base. This can also be enabled by starting \R with the environment
|
91 |
base. This can also be enabled by starting \R with the environment
|
| 92 |
variable \code{_R_COMPILE_PKGS_} set to a positive integer value.
|
92 |
variable \env{_R_COMPILE_PKGS_} set to a positive integer value.
|
| 93 |
This should not be enabled outside package installation, because it
|
93 |
This should not be enabled outside package installation, because it
|
| 94 |
causes any serialized function to be compiled, which comes with
|
94 |
causes any serialized function to be compiled, which comes with
|
| 95 |
time and space overhead. \code{R_COMPILE_PKGS} can be used, instead,
|
95 |
time and space overhead. \code{R_COMPILE_PKGS} can be used, instead,
|
| 96 |
to instruct \code{INSTALL} to enable/disable compilation of packages
|
96 |
to instruct \code{INSTALL} to enable/disable compilation of packages
|
| 97 |
during installation.
|
97 |
during installation.
|