check_for_update_and_pull: check a git repo for activity at remote, specifically...

Description Usage Arguments Value Note

View source: R/check_for_update_and_pull.R

Description

check a git repo for activity at remote, specifically modifications to DESCRIPTION

Usage

1

Arguments

repo_path

character(1) path for a git repo

Value

a vector of results of git diff

Note

Main purpose is to achieve the side effect of git pull in the repo when appropriate. R session visits repo, performs git commands using system(), and returns to folder where this function was called. Probably should add code to report on the difference seen, checking explicitly for version tag increase.


vjcitn/BiocBBSpack documentation built on Nov. 21, 2020, 1:18 p.m.