healthyR.data
R package healthyR.data by spsanderson — release notes from GitHub.
From a bundled hospital dataset to a live CMS API client.
◆Recent moves
- 1y ago
httr2 compatibility fix
A single upstream fix, and a direct consequence of the shift to fetching: once the package became an HTTP client, its release schedule started tracking httr2's.
View source ↗ - 2y ago
Fetchers handle CSV, Excel, and ZIP, with a record limit
Hardens the fetch layer introduced two months earlier: non-API file types are handled, URLs are validated before use, and callers can cap how many records come back. This is what turned 1.1.0's mechanism into something usable against the real CMS catalogue.
View source ↗ - 2y ago
Metadata lookup and generic CMS fetchers replace bundled data
⚡ SPARKThe turn in the package's arc: the twenty hand-written accessors from 2023 are superseded by a metadata-then-fetch pair that resolves what to download at runtime.
View source ↗ - 3y ago
Twenty CMS measure accessors added
One function per CMS measure file, added in a single release - comprehensive coverage bought with a maintenance burden the 2024 fetch layer was built to retire.
View source ↗ - 3y ago
cli, crayon, and rstudioapi dependencies dropped
Trimming console-formatting dependencies from what was still essentially a data package. No behaviour change for callers.
View source ↗ - 5y ago
xz compression added to meet CRAN size policy
A CRAN size constraint on the bundled data - a problem that only exists in the shipped-snapshot model the package later moved away from.
View source ↗