powered by
This function creates a CODE_OF_CONDUCT.md file adapted from the Contributor Covenant, version 2.1 available at https://www.contributor-covenant.org/version/2/1/code_of_conduct.html.
CODE_OF_CONDUCT.md
add_code_of_conduct( email = NULL, open = TRUE, overwrite = FALSE, quiet = FALSE )
No return value.
A character of length 1. The email address of the project maintainer.
A logical value. If TRUE (default) the CONTRIBUTING.md file is opened in the editor.
TRUE
CONTRIBUTING.md
A logical value. If files are already present and overwrite = TRUE, they will be erased and replaced. Default is FALSE.
overwrite = TRUE
FALSE
A logical value. If TRUE messages are deleted. Default is FALSE.
Other create files: add_citation(), add_compendium(), add_contributing(), add_description(), add_dockerfile(), add_license(), add_makefile(), add_package_doc(), add_readme_rmd(), add_renv(), add_testthat(), add_vignette()
add_citation()
add_compendium()
add_contributing()
add_description()
add_dockerfile()
add_license()
add_makefile()
add_package_doc()
add_readme_rmd()
add_renv()
add_testthat()
add_vignette()
if (FALSE) { add_code_of_conduct() }
Run the code above in your browser using DataLab