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