X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fmultisys%2Fexec%2Fget_base_pkgs;fp=branch%2Fmultisys%2Fexec%2Fget_base_pkgs;h=0000000000000000000000000000000000000000;hb=f0787374aaeaade22d5f67f4ce317b64d670d829;hp=d08d62546b73186e9111667a0f595f3143c2e80f;hpb=cba40064eef115e4aec5b1d089963d402a6b0965;p=cran2deb.git diff --git a/branch/multisys/exec/get_base_pkgs b/branch/multisys/exec/get_base_pkgs deleted file mode 100755 index d08d625..0000000 --- a/branch/multisys/exec/get_base_pkgs +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env r -for (pkg in rownames(installed.packages())) { - message(pkg) -}