Displaying 1 result from an estimated 1 matches for "create_repo_tree".
2012 May 08
1
what folder to run write_PACKAGES in?
...2.13
2.14
2.15
windows
contrib
2.13
2.14
2.15
src
contrib
2.13
2.14
2.15
That's created by this:
#############################################
create_repo_tree <- function(local.repos, rversions){
folders <- c("/bin/windows/contrib",
"/bin/macosx/leopard/contrib", "/src/contrib")
for(dir in folders){
dirs <- paste(local.repos, dir, "/", rversions, sep='')
lapply(dirs, dir....