R/travis.R

Defines functions MakeTravisIndex

MakeTravisIndex <- function(index, datadir) {
  repos <- ParseGithubRepositoryName(index[source == "github",
                                           unique(repository)])
  with(repos, rbindlist(mapply(function(owner, repo, subdir, root.dir=".") {
    LogFile(".travis.yml", owner, repo, subdir, root.dir)
  }, owner, repository, subdir, file.path(datadir, owner, repository), SIMPLIFY=FALSE)))
}
ecos-umons/extractoR documentation built on June 26, 2022, 2:21 p.m.