compehndly is a cross-language collection of derived-variable functions for
Personal Exposure Health (PEH) data.
Current focus:
- Python implementation (Polars-first, including LazyFrame workflows)
- R implementation aligned to the same function behavior
- shared conformance vectors to keep Python and R outputs consistent
python/: Python package and testsR/: R package scaffolding and testsshared/conformance/: cross-language conformance cases
- Python usage and architecture:
- R usage and test setup:
- Shared conformance format:
Python and R test runners consume this same file to detect drift across implementations.