/testwhat

A wrapper around testthat to design submission correctness tests for R exercises on DataCamp

Primary LanguageROtherNOASSERTION

banner

Build Status

The testwhat package provides rich functionality to write Submission Correctness Tests for interactive R exercises on the DataCamp platform. The package is a wrapper around Hadley Wickham's testthat package, the standard for unit testing in R.

Want to learn more about course creation for DataCamp and writing SCTs in particular? Visit our Teach Documentation.

Installation

install.packages("devtools")
library("devtools")
install_github("Data-Camp/testwhat")

For more details, questions and suggestions, you can contact support@datacamp.com.