Changes in version 2.3.0 (2026-05-17) - New 'pugixml' version that fixes a CRAN R-Devel warning. Changes in version 2.2.0 (2026-02-21) - Uses 'cpp4r' instead of 'cpp11' for the R-C++ bindings. Changes in version 2.1.2 (2025-04-17) - Fixes a bug with .DIC/.DICX files that are not accepted when these are not in lower case (e.g., file.dic or file.dicx). Changes in version 2.1.0 - Streamlined the C++ code. Minimal performance improvements, but it is now easier to read. Changes in version 2.0.4 (2024-11-15) - Refactored C++ to R list casting to avoid growing a list in a loop. It now creates a list with a lenght equal to the number of entities and variables with descriptions and then fills it with the data. This is 3 to 5 times faster. - Fixes GCC-SAN errors with a fix proposed by Ivan Krylov. Thanks! Changes in version 2.0.0 (2024-10-21) - First CRAN release. Changes in version 0.2.1 - CRAN requested changes: - Added Arseny Kapoulkine to 'ctb' - Added the Republic of Ecuador to 'dtc' - Removed \dontrun{} from examples in the main function Changes in version 0.2 - Refactored to use C++11 instead of C++17. Changes in version 0.1 - First working version. - Initial CRAN submission. - Tested with the following census: - Chile 2017 (DIC and DICX) - Uruguay 2011 (DICX) - Galapagos, Ecuador 2015 (original in DIC reduced to macro levels with Redatam 7 and DICX created from the DIC file)