Skip to content

PRL-PRG/genthat

 
 

Repository files navigation

genthat - test case generation for R

Build Status codecov CRAN_Status_Badge

genthat is a framework for unit tests generation from source code and for test execution, and filtering of test cases based on C code coverage using gcov and R code coverage using covr.

Installation

Even thought the development of the package started sometime ago it is still rather experimental and no available from CRAN release yet. However, that is one of the near future plans to have a stable version and release it through CRAN.

It can be installed easily using the devtools package:

library(devtools)
install_github('PRL-PRG/genthat')

Or download the sources and build manually.

Usage

Look for the genthat overview

More resources:

About

A record-replay framework for the R programming language

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 72.3%
  • C++ 12.8%
  • HTML 11.4%
  • Shell 2.1%
  • CSS 1.0%
  • Makefile 0.4%