Can I compile my R package in bytecode? I have an R package and I want to compile it with
R CMD INSTALL --build mypackage.tar.gz
but I want the R code to be compiled into bytecode. Is this possible in R 2.14.0?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, this is listed in the NEWS for R 2.14 and in the R extensions manual.
NEWS:
The ByteCompile field is described in section 1.1.1 of the “Writing R Extensions” manual for the DESCRIPTION file.
The manuals on CRAN are still 2.13.2 so I looked in the installed version of the extensions manual for that.