You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Provide a general summary of your changes in the Title above. -->
2
+
3
+
## Description
4
+
5
+
Describe your changes in detail.
6
+
7
+
Give a short background, and outline important questions or details for the reviewer.
8
+
9
+
## Related Issues
10
+
11
+
Provide links to any related GitHub issues.
12
+
13
+
## Checklist
14
+
15
+
-[ ] This PR includes unit tests
16
+
-[ ] I have run `devtools::check()` locally and resolved any issues
17
+
-[ ] This PR establishes a new function or updates parameters in an existing function
18
+
-[ ] The roxygen skeleton for this function has been comprehensively created/updated, and the corresponding `*.Rd` files have been updated using `devtools::document`
19
+
-[ ] This PR impacts the [VISCfunctions pkgdown site](https://fredhutch.github.io/VISCfunctions/) and the corresponding changes have been rendered and reviewed locally using `pkgdown::build_site()`
20
+
-[ ] I have updated NEWS.md to describe the proposed changes
21
+
-[ ] All changes are within the scope of PR -- there are no extraneous files or commits
0 commit comments