working copy)
@@ -869,5 +869,5 @@
stale_dups[i:end_i] <- wh
i <- end_i + 1L
}
-if(length(stale_dups)) ap[-stale_dups, ] else ap
+if(length(stale_dups)) ap[-stale_dups,,drop=FALSE ] else ap
}
Thanks,
Michael DiPersio
I am trying to use winProgressBar, however I find that although
setWinProgressBar updates the value on the screen, getWinProgressBar does
not return this value.
E.g
> pb <- winProgressBar()
> setWinProgressBar(pb, 0.2)
> getWinProgressBar(pb)
[1] 0
I tried the same with tkProgressBar, and it is wo
2 matches
Mail list logo