GitHub - rorynolan/exampletestr: An R package for help with writing unit tests based on examples in documentation. Slightly similar to python's doctests. (original) (raw)
exampletestr

An R package to help developers create unit tests (designed for use with the testthat
package) for their package, based on the examples in their package documentation.
Installation
To install the release version fromCRAN:
install.packages("exampletestr")
To install the dev version fromGitHub:
remotes::install_github("rorynolan/exampletestr")
Use
To learn how to use exampletestr
, visit the package’s website athttps://rorynolan.github.io/exampletestr/.
Contributing
The preferred method of contribution is via GitHub pull request. Please note that the exampletestr
project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms. # Contribution Contributions to this package are welcome. The preferred method of contribution is through a github pull request. Feel free to contact me by creating an issue. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.