anicheck (development version)
Added
- Check objects carry the aniframe declarations they were built from, as
variables_whatandvariables_whenattributes (animovement/anivis#21).group_colsconcatenates identity and temporal context, so a consumer given only that vector cannot tell where one ends and the other begins — “the last grouping column” can land on a session rather than the finest identity. The two fields travel under the names aniframe gives them, sogroup_colskeeps its meaning and is now explained by the attributes beside it.
anicheck 0.2.0 (2026-06-29)
First substantial release. anicheck diagnoses movement-data quality, returning objects that anivis knows how to draw.
Added
-
check_na_timing()summarises where missing values fall, as one row per gap. -
check_na_gapsize()tabulates how often each missing-value gap length occurs. -
check_confidence()reduces per-keypoint tracking confidence to a compact density grid and five-number summary. -
summary()andprint()methods for each check, giving a per-group overview. -
plot()methods that ensure anivis is installed, prompting if not, and then delegate to it — mirroring the performance / see split in easystats.
anicheck 0.1.1
Added
-
check_confidence(), the first check.