Create a testing file
After creating the testing framework, it's important to start to set up testing files for each of your R functions. Setting up testing files for each R function in your unitConverter package allows you to systematically validate the behavior and correctness of your functions, ensuring their reliability and preventing issues in future updates.
The usethis package and the unitConverter package at this point in development have been loaded for you.
แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร
Developing R Packages
คำแนะนำการฝึกหัด
- Generate a test file that contains tests checking the
dist_converterfunction.
แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ
ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์
# Create test file for dist_converter
___