search for: mdipersio

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

Did you mean: dipersio
2009 May 06
1
Problem with update.packages on repo with a single package
I've set up a CRAN-style repository to distribute a single package. The repository contains several versions of the package, I was hoping that update.packages pointed at this repository would grab the highest version number. In fact it returns an error: Error in available[, "Bundle"] : incorrect number of dimensions This is because the private function .remove_stale_dups in
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() >