Development is a community effort, and we welcome participation.
Please note that the coevolve package is released with a Contributor Code of Conduct.
At https://github.com/ScottClaessens/coevolve/discussions, you can post general questions, brainstorm ideas, and ask for help with the coevolve package.
https://github.com/ropensci/targets/issues is for maintenance tasks and feature requests.
External code contributions are extremely helpful in the right circumstances. Here are the recommended steps.
Please also follow these additional guidelines.
lint_package()
function from the lintr
package.tests
.covr::package_coverage()
. Automated tests should cover all the new or changed functionality in your pull request.devtools::check()
and goodpractice::gp()
NEWS.md
file. Be sure to mention relevent GitHub issue numbers and your GitHub name.Authors@R
field of the DESCRIPTION
file.