search for: firstpg

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

Did you mean: firstpr
2009 Apr 30
0
Rpad installation help wanted (from NEWBIE)
..., # pkg)) # return(NA) # } read.dcf(file = file, fields = c("Entry", "Aliases", "Keywords", "Description")) # read.dcf(file = file) } makeIndexData <- function(lib.loc = rev(.libPaths()) ) { res <- NULL firstpg <- c("base","utils", "stats", "graphics", "methods") for (i in firstpg) res <- rbind(res,package.contents(i)) for (lib in lib.loc) { pg <- .packages(all.available=TRUE, lib.loc=lib) pg <- pg[!(pg %in% firstpg)...