PEPTools is an R package within the pfmc-assessments organization meant to house R functions that are applicable to assessors in general or used by multiple packages stored within the organization.
devtools::install_github("pfmc-assessments/PEPtools")
git clone https://github.com/pfmc-assessments/PEPtools.git
cd PEPtools
git branch featurename
git checkout featurename
git add <file1> <file2> ...
git commit
- ...
git fetch
git rebase origin/master
git push origin featurename
- navigate to and instigate a pull request for your branch featurename
- changes will be tested and then merged into the master branch