]> git.donarmstrong.com Git - cran2deb.git/blob - trunk/exec/get_base_pkgs
update_cache reverted to prior version (which calls get_base_pkgs)
[cran2deb.git] / trunk / exec / get_base_pkgs
1 #!/usr/bin/env r
2 instPkgs <- installed.packages(lib.loc="/usr/lib/R/library")
3 instPkgs <- instPkgs[ instPkgs[,"Priority"] == 'base', ]
4 for (pkg in rownames(installed.packages())) {
5         message(pkg)
6 }