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 April 23, 2026, 9:09 a.m.