https://github.com/sainathadapa/stubthat
Stubbing framework for R
https://github.com/sainathadapa/stubthat
rstats unit-testing
Last synced: 9 days ago
JSON representation
Stubbing framework for R
- Host: GitHub
- URL: https://github.com/sainathadapa/stubthat
- Owner: sainathadapa
- License: other
- Created: 2015-08-26T10:47:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T13:32:27.000Z (almost 3 years ago)
- Last Synced: 2025-04-18T03:40:29.142Z (11 days ago)
- Topics: rstats, unit-testing
- Language: R
- Homepage: https://cran.r-project.org/package=stubthat
- Size: 87.9 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output:
md_document:
variant: markdown_github
toc: true
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```# stubthat
[](https://gitter.im/sainathadapa/stubthat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](https://travis-ci.org/sainathadapa/stubthat)
[](https://ci.appveyor.com/project/sainathadapa/stubthat)
[](http://codecov.io/github/sainathadapa/stubthat?branch=master)
[](http://www.r-pkg.org/pkg/stubthat)
[](http://www.r-pkg.org/pkg/stubthat)# Installation
* Install the latest stable version from CRAN with
```R
install.packages("stubthat")
```* Install the development version from github with
```R
devtools::install_github("sainathadapa/stubthat")
``````{r child='./vignettes/stubthat.Rmd'}
```# License
Released under [MIT License](https://cran.rstudio.com/web/licenses/MIT).