Review Checklist
This is step 4 of 4 in the openwashdata package review process.
Review standard version: 1.0.0-dev
Prerequisites
Tasks
Badge markdown (replace PACKAGENAME):
[](https://github.com/openwashdata/PACKAGENAME/actions)
Files to review or create
.github/workflows/R-CMD-check.yaml (create if missing)
README.Rmd (add badge)
tests/testthat/ (if it exists)
Next Steps
- Run
/review-issue [this issue's number] to work on this issue
- Create a PR to the
dev branch
- After merging, run
/review-complete to create the final PR from dev to main
Review Checklist
This is step 4 of 4 in the openwashdata package review process.
Review standard version: 1.0.0-dev
Prerequisites
Tasks
.github/workflows/R-CMD-check.yaml) (now also triggers on dev pushes and PRs)devtools::check()with no errors or warnings; any notes are explained in the PR (0 errors, 0 warnings, 0 notes)Badge markdown (replace
PACKAGENAME):Files to review or create
.github/workflows/R-CMD-check.yaml(create if missing)README.Rmd(add badge)tests/testthat/(if it exists)Next Steps
/review-issue [this issue's number]to work on this issuedevbranch/review-completeto create the final PR from dev to main