Bugs should be reported here. Before reporting any bug, please make sure it is not already listed as an open issue or already closed issue.
Contributors, please follow this standard workflow:
rfret.Rproj
file: this will
ensure project-specific settings are applied (indentation, etc.).dev
branch, and ideally in a
branch named after the particular feature or modification you are
contributing.dev
branch.Also, before submitting a pull request, please check that:
covr::report()
will indicate what code lacks unit tests);devtools::test()
);devtools::build_vignettes()
);devtools::document()
);pkgdown::build_site()
);devtools::check()
finishes with no errors and no warnings (notes are OK,
but please explain what caused them in your PR if you get more notes than
my dev
branch);devtools::install()
finishes with no errors and no warnings.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.