Metadata
Relevant Files
Relevant File
- Cargo.toml - because it shouldn't be
Code Review
Note: edit checklist items as needed
Functionality
Behavior
Input/output
Testing
Confirm for integrated and unit tests
# R example test
library(testthat)
test_that("addition works", {
expect_equal(add(2, 3), 5)
})
Notes for QCer
[INSERT]
Tip: Run styler, lintr, or other linters before submitting.
Style guide
Reference this document for style guide: https://google.github.io/styleguide/
Metadata
Relevant Files
Relevant File
Code Review
Note: edit checklist items as needed
Functionality
Behavior
Input/output
Testing
Confirm for integrated and unit tests
Notes for QCer
[INSERT]
Style guide
Reference this document for style guide: https://google.github.io/styleguide/