Expectations, Verified! Dive into the World of Unit Tests with expect_*()
You can read the original post in its original format on Rtask website by ThinkR here: Expectations, Verified! Dive into the World of Unit Tests with expect*()
Unit tests are essential in the development of an R package. They ensure that your functions work as expected while protecting you from …