The Analytics Library is the analysis companion to the ESIIL Data Library.
- Data Library: how to access data.
- Analytics Library: what to do with data.
This repository hosts reusable, copy-paste runnable analytics workflows with R and Python examples, function-based code, tags, and minimum viable outputs.
mkdocs build
python scripts/check_analytics_library_health.py
python scripts/check_navigation.py
npm install
npx playwright install chromium
python -m http.server 8000 --directory siteWith the local server running, use a second terminal for:
npm testIn a local environment without python or mkdocs on PATH, use a virtual environment and run the equivalent commands through that environment.
See Site Health for what the checks cover and how to interpret failures.