]> git.donarmstrong.com Git - cran2deb.git/blobdiff - trunk/exec/get_base_pkgs
Some increased verbosity for the update cache routine.
[cran2deb.git] / trunk / exec / get_base_pkgs
index 9ec4d29acb3389f3a9fec0e67ca7d73c31de5cb9..46de12c983e0ea08c3a9e435cd33e825193850e9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env r
 instPkgs <- installed.packages(lib.loc="/usr/lib/R/library")
 instPkgs <- instPkgs[ instPkgs[,"Priority"] == 'base', ]
-for (pkg in rownames(installed.packages())) {
+for (pkg in rownames(instPkgs)) {
        message(pkg)
 }