This document contains guidelines specific to Rhino. Appsilon's general contributing guidelines still apply.
Pull requests to Rhino are welcome!
| Tool | Command | devtools
equivalent | Comment
|----------------|--------------------------|--------------------------|-
| Unit tests | testthat::test_local()
| devtools::test()
|
| Linter | lintr::lint_package()
| devtools::lint()
|
| pkgdown
site | pkgdown::build_site()
| devtools::build_site()
| If built successfully, the website will be in docs
directory. Requires pkgdown
version >= 2.0.0.
main
branch,
which must be always kept in a "potentially shippable" state.1.0.0
, all versions should be released to CRAN.R CMD check
, linter, unit tests).Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.