Displaying 1 result from an estimated 1 matches for "makeindexdata".
2009 Apr 30
0
Rpad installation help wanted (from NEWBIE)
...") {
# warning(paste("Cannot find CONTENTS file of package",
# 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 <- .p...