Skip to content
Prev 344524 / 398500 Next

tkProgressBar without progress in foreach %dopar%

On 02/10/2014 16:40, Alexsandro C?ndido de Oliveira Silva wrote:
You are using parallel processes here.  You do not tell us what packages 
you are actually using, but my guess is that

setTkProgressBar(mypb, i, title = "R progress bar", label = NULL)

updates a copy of mypb in the worker process, but it is the master 
process which is displaying the progress bar.

But without the complete reproducible example the posting guide asked 
for, we can only guess.