Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
R
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

Travis-CI Build Status AppVeyor Build Status codecov

CRAN_Status_Badge RStudio CRAN downloads RStudio CRAN monthly downloads Rdocumentation DOI

lifecycle Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Installation

To install the release version from CRAN:

install.packages("exampletestr")

To install the dev version from GitHub:

remotes::install_github("rorynolan/exampletestr")

Use

To learn how to use exampletestr, visit the package’s website at https://rorynolan.github.io/exampletestr.

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.

About

An R package for help with writing unit tests based on examples in documentation. Slightly similar to python's doctests.

Resources

License

Packages

No packages published
You can’t perform that action at this time.