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, )
}
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