[R] Problem with update.packages on repo with a single package

2009-05-05 Thread Michael DiPersio
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

[R] getWinProgressBar does not return previous value

2008-05-09 Thread 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