Learn R Programming

vip (version 0.4.5)

skip_on_cran: Skip tests on CRAN

Description

Internal helper for test files. Skips test execution on CRAN while allowing tests to run locally and in CI/CD where NOT_CRAN=true is set.

Usage

skip_on_cran()

Arguments

Details

Set NOT_CRAN=true in your environment or CI/CD to run these tests.