search for: prilink

Displaying 3 results from an estimated 3 matches for "prilink".

Did you mean: prelink
2007 Jan 31
5
Quick Question about R
...umbers. At the moment I'm using as.numeric but it is generating a warning when it converts a letter. Is there another function out there that will do what I need or is there a way to turn off the warnings as I don't want the warning to be displayed to the end user? Konrad Hammel Engineer Prilink LTD konrad.hammel@prilink.com 905.305.1096 [[alternative HTML version deleted]]
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() >