Displaying 1 result from an estimated 1 matches for "remove_stale_dups".
2009 May 06
1
Problem with update.packages on repo with a single package
...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 utils, which
is supposed to return a copy of an available.packages matrix with no
duplicates, does not return a matrix in the case where all available
packages are stale except one. To fix this I've made the following
simple change to the utils package in my copy of R, but if I've...