You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choose any function in the package and write a test for it using {testthat}. If this function requires internet access (and ultimately, it seems like most of them do) make sure this test is skipped on cran and probably in CI/CD too.
As a good example for how to skip the tests that require downloading some data, you can check the tests in {opentripplanner} package here and also in {r5r}here.
The text was updated successfully, but these errors were encountered:
Choose any function in the package and write a test for it using
{testthat}
. If this function requires internet access (and ultimately, it seems like most of them do) make sure this test is skipped on cran and probably in CI/CD too.As a good example for how to skip the tests that require downloading some data, you can check the tests in
{opentripplanner}
package here and also in{r5r}
here.The text was updated successfully, but these errors were encountered: