[Rd] Can I use "..." in parallel:::clusterApplyLB?

2012-02-12 Thread Slava Razbash
Hello, Can I do the following? Is parallel:::clusterApplyLB() designed to work like this? The code below is for illustrative purposes only. library(parallel) myFunction<-function(myPar1, myPar2, ...) { clusterApplyLB(myCluster, x, otherFunction, otherPar1=myPar1, otherPar2=myPar2, ) }

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

2011-11-02 Thread Slava Razbash
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