testthat

Unit Testing for R

Software testing is important, but, in part because it is frustrating and boring, many of us avoid it. 'testthat' is a testing framework for R that is easy to learn and use, and integrates with your existing 'workflow'.

Author Hadley Wickham [aut, cre], RStudio [cph, fnd], R Core team [ctb] (Implementation of utils::recover())
Maintainer Hadley Wickham

To install this package, start R and enter:

  if (!require("BiocManager"))
      install.packages("BiocManager")
  BiocManager::install("testthat")

Documentation

No vignettes available
Reference Manual

Details

biocViews
Depends
R
Imports
cli , crayon , digest , ellipsis , evaluate , magrittr , methods , pkgload , praise , R6 , rlang , withr
Suggests
covr , curl , devtools , knitr , rmarkdown , usethis , vctrs , xml2
System Requirements
License MIT + file LICENSE
URL http://testthat.r-lib.org, https://github.com/r-lib/testthat
Depends On Me
Imports Me
Suggests Me

Package Downloads

Package source testthat_2.3.2.tar.gz
Windows 32-bit binary testthat_2.3.2.zip
macOS 10.13 (High Sierra) binary Not Available
MacOS X 10.9 (Mavericks) binary Not Available
MacOS X 10.11 (El Capitan) binary Not Available