]> git.donarmstrong.com Git - cran2deb.git/blobdiff - pkg/trunk/R/debiannaming.R
cran2deb: put base_pkgs into the cache. generate cache so that R is happy. use separ...
[cran2deb.git] / pkg / trunk / R / debiannaming.R
index 08c3f84d9c5ddba64732b4d299d474cffeee2421..001262a4b2d3cd7a02e699819e4b757d0336cfc3 100644 (file)
@@ -1,10 +1,3 @@
-# sudo pbuilder --execute r -e 'rownames(installed.packages())'
-# XXX: has to be a better way of doing this
-base_pkgs=c('base',   'datasets','grDevices','graphics','grid', 'methods'
-           ,'splines','stats',   'stats4',   'tcltk',   'tools','utils')
-# found in R source directory:
-# 'profile', 'datasets'
-
 repourl.as.debian <- function(url) {
     # map the url to a repository onto its name in debian package naming
     if (length(grep('cran',url))) {