search for: vers2

Displaying 1 result from an estimated 1 matches for "vers2".

Did you mean: vers
2005 Nov 03
4
typo in browse.pkgs
...er(x[, 1]) i.vers <- as.character(x[, 3]) label <- paste("(", type, ") @", contriburl) y <- avaliable.packages(contriburl = contriburl) c.pkgs <- as.character(y[, 1]) c.vers <- as.character(y[, 2]) idx <- match(i.pkgs, c.pkgs) vers2 <- character(length(c.pkgs)) xx <- idx[which(!is.na(idx))] vers2[xx] <- i.vers[which(!is.na(idx))] i.vers <- vers2 want.update <- rep(FALSE, length(i.vers)) .Internal(pkgbrowser(c.pkgs, c.vers, i.vers, label, want.update)) } <environment: namespace:utils&g...