Displaying 2 results from an estimated 2 matches for "simplifyrepos".
2015 May 18
0
install.packages() / update.packages() sometimes outputs to stdout and sometimes to stderr [and menu() & readline()]
..."installed in", old[k, "LibPath"],
if(checkBuilt) paste("built under R", old[k, "Built"]),
"\n",
"Version", old[k, "ReposVer"], "available at",
simplifyRepos(old[k, "Repository"], type))
cat("\n")
answer <- substr(readline("Update (y/N/c)? "), 1L, 1L)
if(answer == "c" | answer == "C") {
cat("cancelled by user\n")
return(inv...
2011 Apr 18
1
Patching "update.packages" to enable updating of only a user defined subset of packages
..."],
"installed in", old[k, "LibPath"], if (checkBuilt)
paste("built under R", old[k, "Built"]), "\n",
"Version", old[k, "ReposVer"], "available at",
simplifyRepos(old[k, "Repository"], type))
cat("\n")
answer <- substr(readline("Update (y/N/c)? "), 1L,
1L)
if (answer == "c" | answer == "C") {
cat("cancelled by user\n")...