knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
options(tibble.print_min = 5, tibble.print_max = 5)

ddt

Travis Build Status AppVeyor Build Status CRAN_Status_Badge

Overview

We love testing our code, models and data :heart_eyes:

Installation

# The easiest way to get ddt is to install the package from CRAN:
install.packages("ddt")
# or you can install the development version from GitHub:
devtools::install_github("bnbsystems/ddt")

Usage

Code of conduct

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

Getting help

Except for github issue website where there are technical issues, you can also check ddt mailing list, it is a friendly place to ask any questions about ddt package, testing R code and Data-driven testing. You must be a member to post messages.



bnbsystems/ddt documentation built on May 24, 2019, 3:04 a.m.