update_gits | R Documentation |
attempt to identify packages that have had pushes since last collected
update_gits(folder = "~/BBS_space/NOV5_FULL/fullgits_nov10")
folder |
character(1) folder in which checked out packages reside |
a vector of package names for which changes were observed.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.