For more detailed information about contributing to tidymodels packages, see our development contributing guide.
Typos or grammatical errors in documentation may be edited directly using the GitHub web interface, as long as the changes are made in the source file.
.R
file in the R/
directory..Rd
file in the man/
directory.We use roxygen2, with Markdown syntax, for documentation.
Before you submit 🎯 a pull request on a tidymodels package, always file an issue and confirm the tidymodels team agrees with your idea and is happy with your basic proposal.
The tidymodels packages work together. Each package contains its own unit tests, while integration tests and other tests using all the packages are contained in extratests.
usethis::create_from_github()
, and then initiate a new branch with usethis::pr_init()
.README
contains badges for any continuous integration services used by the package. NEWS.md
below the current development version header describing the changes made followed by your GitHub username, and links to relevant issue(s)/PR(s).This project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.