Development is a community effort, and we welcome participation.
pipr
(i.e. remotes::install_github("worldbank/pipr")
) and verify that the issue still persists.External code contributions are extremely helpful in the right circumstances. Here are the recommended steps.
Please also follow these additional guidelines.
tests
. Tests that can be automated should go in tests/testthat/
.lint_package()
function from the lintr
package.covr::package_coverage()
. Automated tests should cover all the new or changed functionality in your pull request.devtools::check()
.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.