Re: [R] parallel processing with multiple directories

2012-04-18 Thread David Schaefer
n 17/04/12 20:06, David Schaefer wrote: > Hello, > > I would like to run some code in parallel with each cluster reading/writing > to a different > working directory. I've tried the following code without success. The error > I get is: "Error > in setwd(x) : cannot

[R] parallel processing with multiple directories

2012-04-17 Thread David Schaefer
Hello, I would like to run some code in parallel with each cluster reading/writing to a different working directory. I've tried the following code without success. The error I get is: "Error in setwd(x) : cannot change working directory" library(parallel) dirs <- list("out1","out2","out3") #