We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6d144 commit 2c053a9Copy full SHA for 2c053a9
OVERVIEW.md
@@ -150,8 +150,8 @@ handlers("progress", "beepr")
150
xs <- 1:5
151
152
with_progress({
153
- p <- progressor(5)
154
- y <- foreach(x = 1:5) %dopar% {
+ p <- progressor(along = xs)
+ y <- foreach(x = xs) %dopar% {
155
p(sprintf("x=%g", x))
156
Sys.sleep(6.0-x)
157
sqrt(x)
README.md
@@ -152,8 +152,8 @@ handlers("progress", "beepr")
158
159
0 commit comments