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

Re: [Rd] Task views

2012-02-12 Thread Duncan Murdoch
On 12-02-12 5:43 AM, Barry Rowlingson wrote: On Sat, Feb 11, 2012 at 5:55 PM, Patrick Burns wrote: Now it could be that people are not trying very hard to solve their own problems, but to be fair it is a pretty gruelling process to find the Task Views. May I suggest that there be a "Task View

Re: [Rd] Task views (was: Re: [R] Schwefel Function Optimization)

2012-02-12 Thread Barry Rowlingson
On Sat, Feb 11, 2012 at 5:55 PM, Patrick Burns wrote: > Now it could be that people are not trying > very hard to solve their own problems, but > to be fair it is a pretty gruelling process > to find the Task Views. > > May I suggest that there be a "Task Views" item > on the left sidebar of the