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