notify_max_gap_behavior_change: Notify the user (once per run) about the max-gap behavior...

View source: R/pipeline-interpolate.R

notify_max_gap_behavior_changeR Documentation

Notify the user (once per run) about the max-gap behavior change

Description

Emits a one-time-per-run warning explaining that interpolation now leaves gaps longer than max_gap_ms as NA, a change in default behavior from eyeris versions <= 3.2.0. The flag is cleared by reset_gap_notices(), which glassbox() calls at the start of each run.

Usage

notify_max_gap_behavior_change(max_gap_ms, verbose = TRUE)

Arguments

max_gap_ms

The active maximum gap duration in milliseconds

verbose

A flag to indicate whether to print the message

Value

Invisibly returns NULL


eyeris documentation built on Aug. 1, 2026, 1:07 a.m.