
Define gpbiometrics interoperability targets
Source:R/interoperability-version-testing.R
gazepoint_interoperability_manifest.RdCreates the machine-readable interoperability manifest used by
audit_gazepoint_interoperability_versions(). The manifest distinguishes
R packages, Python distributions, supporting Python packages, and external
standards.
Details
A minimum tested version records the oldest version exercised by the maintained interoperability workflow. It is not a claim that every earlier version is incompatible.
Examples
manifest <- gazepoint_interoperability_manifest()
manifest[, c("target", "dependency", "minimum_tested_version")]
#> target dependency minimum_tested_version
#> 1 eyetrackingR eyetrackingR <NA>
#> 2 PupillometryR PupillometryR <NA>
#> 3 gazeR gazer <NA>
#> 4 MNE-Python mne 1.11.0
#> 5 pylsl pylsl 1.16.2
#> 6 BioSPPy biosppy 2.1.0
#> 7 HeartPy heartpy 1.2.7
#> 8 pyHRV pyhrv 0.4.1
#> 9 BIDS BIDS 1.11.1
#> 10 NumPy numpy 1.26.4
#> 11 pandas pandas 2.2.3