This document outlines how to propose a change to rcompendium
.
Please note that the rcompendium
project is released with a Contributor Code of Conduct. By contributing to this project you agree to abide by its terms.
You’ve found a bug in the code. Please follow these two recommendations:
devtools::session_info()
) so the maintainer can troubleshoot.Please feel free to contribute to rcompendium
by fixing typos, solving bugs, or adding new features. Here is an overview of the contributing workflow:
usethis::create_from_github("frbcesab/rcompendium", fork = TRUE)
.remotes::install_deps()
.devtools::check()
.frbcesab/rcompendium
).
gert::git_remote_add(url = "https://github.com/frbcesab/rcompendium.git", name = "upstream")
.gert::git_pull(remote = "upstream")
.usethis::pr_init("be-explicit")
.roxygen2
), and add units tests (testthat
).devtools::document()
) and to check (devtools::check()
) and test (devtools::test()
) the package.usethis::pr_push()
, and following the prompts in your browser. The title of your PR should briefly describe the change. The body of your PR should contain more details.snake_case
syntax!