r_test_file
Run a specific test file in your R package using testthat::test_file() to isolate and debug individual tests.
Instructions
Run a specific test file using testthat::test_file()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_file | Yes | Path to the test file (e.g., tests/testthat/test-myfunction.R) |