procR 0.5.0 (2026-07-02)
- Added Excel export functionality supporting: hierarchical display of column labels using spanners, footnotes, table of contents, accessible tables, csv-style long-format tables, custom units and number formats, and more. Thanks to Oliver Hauke and Elias Minther for their work on this!
- Improved the way HTML tables are displayed
- Harmonised function and parameter names (caution: old code may need to be adjusted!)
- Many small internal improvements
procR 0.4.3 (2026-02-18)
- Restructured
procr_table objects to allow multiple subtables and matrices
- Added new
procr_table processing functions to add/get data and set metadata, layout and number format
- Added support for standard error calculation using replicate weights (for methods “count”, “sum” and “mean”)
- Improved performance when aggregating on a variable with many unique values
- Added dedicated algorithms for quantile and max/min calculation with better performance
- Various minor bug fixes and improvements
procR 0.4.2 (2026-01-28)
- Added support for subset labels, restructured
procr_varformat accordingly
- Added
inrange() function and infix operators
- Added
total_format() / tf() function to easily display a total
- Added support for
prob = 0 and prob = 1 in create_table_quantile()
- Embedded
check_format() tests efficiently in create_table_*()
- Various small bug fixes and minor improvements
procR 0.4.1 (2025-12-09)
- Added exhaustiveness test in
check_format()
- Added rudimentary print method for
procr_table using gt
procR 0.4.0 (2025-11-24)
- First release on opencode.de
- Further speed improvements
- Minor bug fixes
procR 0.3.3 (2025-11-14)
- Added pkgdown website for a better overview over package functions
- Further optimised table generation to run significantly faster and use less RAM
- Fixed bug in
new_format_asis() when include_na was set to TRUE
procR 0.3.2 (2025-11-11)
- Added
check_format() function to test if a varformat is correctly specified
- Added some unit tests
procR 0.3.1 (2025-11-10)
- Optimised format generation
procR 0.3.0 (2025-11-08)
- Added support for hierarchical formats
- Added col and row metadata in tables
- Added
new_format_asis() convenience function
- Changed varformat implementation from nested list to
data.frame
- Refactored entire codebase
procR 0.2.0 (2025-11-01)
- Added reproducible example in vignette using
eusilc data
- Removed dependencies
checkmate and cli
- Various internal package improvements
procR 0.1.0 (2025-10-31)
Initial working prototype as of May 2025