John Blischak
John Blischak
The function exit_if() does not exist. exit_if_not() exits if any of the conditions it is passed evaluate to a non-TRUE value. Follow-up to https://github.com/markvanderloo/tinytest/commit/592ccf2c75c00bc83a41e617f2d91dbd1520b755. AFAICT the function `exit_if()` never existed.
The macOS GitHub Actions workflow for my R package is currently [failing](https://github.com/abbvie-external/OmicNavigator/actions/runs/20273197213/job/58224660879#step:7:2976) because [r-lib/actions/setup-r-dependencies](https://github.com/r-lib/actions/tree/v2-branch/setup-r-dependencies) cannot install [xfun](https://cran.r-project.org/package=xfun) 0.55, which was released to CRAN today. ```R ##[group]Install/update packages ℹ Installing lockfile...