README.md

PEPTools

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.

Installation

devtools::install_github("pfmc-assessments/PEPtools")

Development protocol

  1. git clone https://github.com/pfmc-assessments/PEPtools.git
  2. cd PEPtools
  3. git branch featurename
  4. git checkout featurename
  5. git add <file1> <file2> ...
  6. git commit
  7. ...
  8. git fetch
  9. git rebase origin/master
  10. git push origin featurename
  11. navigate to and instigate a pull request for your branch featurename
  12. changes will be tested and then merged into the master branch


nwfsc-assess/PEPtools documentation built on Nov. 7, 2023, 1:33 p.m.