From b927c8876e7714e24547fd229f291891023aa170 Mon Sep 17 00:00:00 2001 From: edd Date: Mon, 25 Jan 2010 18:47:17 +0000 Subject: [PATCH] fix another brown bag bug / typo for good measure git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@300 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- trunk/exec/get_base_pkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/exec/get_base_pkgs b/trunk/exec/get_base_pkgs index fb6230d..46de12c 100755 --- a/trunk/exec/get_base_pkgs +++ b/trunk/exec/get_base_pkgs @@ -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(instPkgs())) { +for (pkg in rownames(instPkgs)) { message(pkg) } -- 2.39.2