What changes are proposed in this pull request?
If there is an GitHub issue associated with this pull request, please provide link.
Checklist for PR reviewer
_pkgdown.yml
pkgdown::build_site()
. Check the R console for errors, and review the rendered website.covr::report()
. Before you run, set Sys.setenv(NOT_CRAN="true")
and begin in a fresh R session without any packages loaded. usethis::use_spell_check()
runs with no spelling errors in documentationrevdepcheck::revdep_check()
(https://github.com/r-lib/revdepcheck)When the branch is ready to be merged into master:
- [ ] Update NEWS.md
with the changes from this pull request under the heading "# tidycmprsk (development version)
". If there is an issue associated with the pull request, reference it in parentheses at the end of the update.
- [ ] Increment the version number using usethis::use_version(which = "dev")
- [ ] Run usethis::use_spell_check()
again
- [ ] Approve Pull Request
- [ ] Merge the PR. Please use "Squash and merge".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.