R/git.R

renv_git_preflight <- function() {
  if (!nzchar(Sys.which("git")))
    stopf("'git' is not available on the PATH")
}
slopp/renv documentation built on July 6, 2019, 12:08 a.m.