From 9b92aa399a8d314f14a20681cbfbec8b374c7688 Mon Sep 17 00:00:00 2001 From: edd Date: Mon, 25 Jan 2010 18:43:46 +0000 Subject: [PATCH] fix brown bag bug / typo git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@299 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 9ec4d29..fb6230d 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(installed.packages())) { +for (pkg in rownames(instPkgs())) { message(pkg) } -- 2.39.2