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"?
I also asked this question on the r-devel mailinglist.
It's a boolean value. Set it to TRUE
or FALSE
. If you do not specify it in the DESCRIPTION file then it defaults to FALSE
. For convenience you could alternatively use yes
or no
for these boolean fields.
Note that I too could find no documentation for this, or perhaps did not know how to interpret the documentation. I worked it out from the source.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With