When multiple people work on many repos, it it easy to see if you are git pulled/pushed up, but it can be difficult or tedious to see if you have built the latest version of each package. Therefore this function helps install all repos that match a certain text-pattern.

packageBulkInstaller(paff, matchingText, onlyMaster = TRUE)

Arguments

paff

path to the folder containing all the packages to build

matchingText

text string that will be used to determine what packages to build

onlyMaster

should we only build repos that are on MASTER branch, Default: TRUE

Value

returns an output of whether the installs were completed successfully or not.

Details

DETAILS

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 } }