]> git.donarmstrong.com Git - cran2deb.git/blobdiff - branch/patch/exec/get_base_pkgs
Merged branch/patch into trunk
[cran2deb.git] / branch / patch / exec / get_base_pkgs
diff --git a/branch/patch/exec/get_base_pkgs b/branch/patch/exec/get_base_pkgs
deleted file mode 100755 (executable)
index d08d625..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env r
-for (pkg in rownames(installed.packages())) {
-       message(pkg)
-}