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'.

3.3.2 MIT + file LICENSE 1 个版本
安装
install.packages("testthat")
remotes::install_cran("testthat")
版本列表
3.3.2 2026-01-11