A Simple Package for Testing R Packages
Assertions with an optional message
Check if an R expression produces warnings or errors
Run the tests of a package in its namespace
Provides two convenience functions assert() and test_pkg() to facilitate testing R packages.
Useful links