skip_on_cran: Skip tests on CRAN

View source: R/utils.R

skip_on_cranR Documentation

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()

Details

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


vip documentation built on Dec. 12, 2025, 9:07 a.m.