update_gits: attempt to identify packages that have had pushes since last...

View source: R/update_gits.R

update_gitsR Documentation

attempt to identify packages that have had pushes since last collected

Description

attempt to identify packages that have had pushes since last collected

Usage

update_gits(folder = "~/BBS_space/NOV5_FULL/fullgits_nov10")

Arguments

folder

character(1) folder in which checked out packages reside

Value

a vector of package names for which changes were observed.

Note

We use setwd(folder) because it seems we need to use system('git pull'). The principle is that gert::git_pull returns an error when there has been a change. (?) When this happens, we enter the folder and use system('git pull') to get the changes.


vjcitn/BiocBuildTools documentation built on March 15, 2024, 4:19 a.m.