Displaying 1 result from an estimated 1 matches for "indfil".
Did you mean:
inpfil
2001 Jul 01
1
indexing
...p=""),
local.ext=".INDEX.tmp",
save=TRUE,savefile="CRAN-index") {
pkglist <- CRAN.packages(contrib.url=contrib.url)
sapply(pkglist[,1],get.ind,CRAN=CRAN,descrip=descrip,
local.ext=local.ext)
indfiles <- list.files(pattern=paste("*",local.ext))
CRAN.index <- do.call("rbind",lapply(indfiles,tr.index))
answer <- substr(readline("Delete temporary index files (y/N)? "), 1, 1)
if (answer == "y" | answer == "Y")
unlink(indfiles, TR...