I would like to ask you for considering my idea for the vignette of the software. In the parallel function you proposed I was missing the live output of the BacArena.
I found this solution to print it out here
Exactly after makeCluster command you should add:
clusterEvalQ(cl, sink(paste0("YourPath", Sys.getpid(), ".txt")))
Dear All,
I would like to ask you for considering my idea for the vignette of the software. In the parallel function you proposed I was missing the live output of the BacArena. I found this solution to print it out here Exactly after
makeCluster
command you should add:clusterEvalQ(cl, sink(paste0("YourPath", Sys.getpid(), ".txt")))
It seems that it works for me....
What is your opinion? Kind Regards, George