sdcHierarchies
Create and (Interactively) Modify Nested Hierarchies
Hierarchy tooling for statistical disclosure control keeps trading R for Rcpp.
◆Recent moves
- 5mo ago
hier_create_ids() maps microdata to hierarchy levels by integer index
The largest release in the feed, and it keeps the package's pattern of pairing one new utility with a round of C++ work. hier_create_ids() indexes microdata onto hierarchical grid levels, hier_grid() gains contributing-cell aggregation and better pruning of redundant parent nodes, and core tree traversal moves further into Rcpp with three new internal helpers.
View source ↗ - 1y ago
hier_codes() rewritten for speed
A single-line release note claiming large performance gains in hier_codes(), the second function in this feed to get that treatment after hier_convert(). It was tagged within a minute of the 0.21.0 release, so the two are best read as one backfilled push rather than separate development.
View source ↗ - 1y ago
hier_import() gains keep_order to preserve node order
A small but real control: imported hierarchies can now retain their original node ordering instead of being normalised. Stamped 55 seconds before 0.22.0, which means the feed's timestamps record when the tags were pushed, not when the versions were developed.
View source ↗ - 3y ago
hier_convert() rewritten for speed
The first of the named performance releases, and the start of the pattern that runs through the rest of the feed. As with its successors the note claims a large speedup without quantifying it.
View source ↗ - 4y ago
Bogus-code computation fixed
A one-line bug fix in the computation of bogus codes, the placeholder nodes used to pad incomplete hierarchies. Handling of those structures gets revisited properly in 0.23.0.
View source ↗