Changes in version 0.2.6.9000 Changes in version 0.2.6 (2026-03-12) - Replaced call to Rf_error() with Rcpp::stop() (see issue #10). Changes in version 0.2.5 (2025-06-19) - Fixes problem with hipread_list() that caused a segfault in some situations. - Require Rcpp >= 1.0.12 to avoid installation errors related to format string security (see ipums/ipumsr#93). - Refactors column resizing code to avoid use of non-API functions SETLENGTH and SET_TRUELENGTH (see issue #7). Changes in version 0.2.4 (2023-11-30) - Fixes for one warning and one note from CRAN checks Changes in version 0.2.3 (2022-09-30) - hipread now uses roxygen2 version 7.2.1. Changes in version 0.2.2 (2020-04-29) - hipread now uses roxygen2 version 7.1.0, which generates some additional documentation for R6 classes. Changes in version 0.2.1 (2019-05-14) - progress bar will show by default even if readr hasn't been loaded (#12). Changes in version 0.2.0 (2019-02-28) - Added yield functions (hipread_long_yield() and hipread_list_yield()) which are another take on reading data in chunks that allow for more flexibility. - Progress bar now ends at 100% instead of looking like the read was incomplete (#6) - Several performance improvements Changes in version 0.1.1 (2018-08-02) - Fixes for platform-specific bugs revealed by CRAN checks (Solaris, UBSAN, Fedora)