Re: [Bioc-devel] Byte compiling of packages

2014-01-08 Thread Martin Morgan
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

[Bioc-devel] Byte compiling of packages

2014-01-08 Thread Julian Gehring
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,