Skip to content

How do I use the new 'ByteCompile' field in R-2.14?

2 messages · Slava Razbash, Joshua Wiley

#
Hello,


I would like to the use the 'ByteCompile' field in R 2.14. However,
"Writing R Extensions" only describes this field, but does not say
what value it should be set to. How should i use it? Do you have
examples?

Is it the same as "LazyData: yes"?

Thank you,

Slava
#
Hi Slava,

Here is what I have in my DESCRIPTION:

ByteCompile: true

seems to work for me.

Cheers,

Josh
On Wed, Nov 2, 2011 at 3:27 AM, Slava Razbash <slava.razbash at gmail.com> wrote: