R library for commonly used functions in the Kwan Lab.
See more details in the Kwan Lab Bioinformatics google drive
- Obtain the package repository with git and start a new branch
- Make changes
- Write documentation under the
roxygen2standard - Test loading the package with
devtools::load_all() - Run the test suite corresponding with your changes
- This will require obtaining a
informal_test/test_suite_config.yamlfile containing paths to personal files used for testing
- This will require obtaining a
- Update package metadata (such as imports, description, version number) with
usethis - Commit, push to non-main branch, and make pull request