]> git.donarmstrong.com Git - cran2deb.git/blob - pkg/trunk/exec/get_base_pkgs
cran2deb: put base_pkgs into the cache. generate cache so that R is happy. use separ...
[cran2deb.git] / pkg / trunk / exec / get_base_pkgs
1 #!/usr/bin/env r
2 for (pkg in rownames(installed.packages())) {
3         message(pkg)
4 }