search for: pkgbrowser

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

2005 Nov 03
4
typo in browse.pkgs
..., 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> >