We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23574e4 commit f8ac6b9Copy full SHA for f8ac6b9
R-packages/covidcast/DEVELOP.md
@@ -4,7 +4,9 @@ A short checklist for submitting pull requests:
4
5
1. Run the unit tests with `devtools::test()` and ensure they pass.
6
2. If you have added any new features (new functions, new options, etc.), add a
7
- brief description to `NEWS.md` to the next listed version number.
+ brief description to `NEWS.md` to the next listed version number. Also ensure
8
+ that new functions or datasets are listed in the reference in `_pkgdown.yml`
9
+ so they appear in a good place in the documentation website.
10
3. If you changed any documentation, rebuild the documentation with
11
`devtools::document()` and then `pkgdown::build_site()`. (This can be slow,
12
because our vignettes take a long time to build.)
0 commit comments