X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trunk%2Fexec%2Fget_base_pkgs;h=46de12c983e0ea08c3a9e435cd33e825193850e9;hb=b927c8876e7714e24547fd229f291891023aa170;hp=fb6230decfab8434b8a998a1199981fb73cd50f8;hpb=9b92aa399a8d314f14a20681cbfbec8b374c7688;p=cran2deb.git 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) }