search for: dipersio

Displaying 2 results from an estimated 2 matches for "dipersio".

2009 May 06
1
Problem with update.packages on repo with a single package
...-- packages.R (revision 48465) +++ packages.R (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
2008 May 09
1
getWinProgressBar does not return previous value
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 working as I would expect from the documentation. > pb <- tkProgressBar() >