On 01/08/2014 07:43 AM, Julian Gehring wrote:
Hi,
R-2.13 introduced the byte code compiler package 'compiler' [1], which can be
used to precompile the R code of a package at installation time (using the
ByteCompile field in the Description file or '--byte-compile' with R CMD
INSTALL). I have be
Hi,
R-2.13 introduced the byte code compiler package 'compiler' [1], which
can be used to precompile the R code of a package at installation time
(using the ByteCompile field in the Description file or '--byte-compile'
with R CMD INSTALL). I have been using this lately with my own
packages,