Changes in version 0.11.1 - normalize cps_files() file name expansion and print output Changes in version 0.11.0 - add .quiet argument to load_cps(), load_org(), load_basic(), load_may(), load_org_sample(), and cps_files() to suppress informational messages - support global option options(epiextractr.quiet = TRUE) to silence messages for an entire session Changes in version 0.10.0 - add cps_files() to return file paths for CPS extracts, enabling targets-based workflows - load_org(), load_basic(), load_may(), and other load_X() functions now accept file paths from cps_files() in place of .years Changes in version 0.9.3 - add note about data missing for October 2025 to load_X() output Changes in version 0.9.2 - fix cps_citation() to use correct year Changes in version 0.9.1 - update example data to increase compatibility with new arrow package Changes in version 0.9.0 - add example data "org_sample" available through load_cps() and load_org_sample() Changes in version 0.8.2 - fix DESCRIPTION imports warning to make r-universe friendly Changes in version 0.8.1 - if exists respect user-specified column order in load_X Changes in version 0.8.0 - added load_X functions for given CPS sample X - added version/citation retrieval functions Changes in version 0.7.0 - add support for tidy selection syntax of variables Changes in version 0.6.0 - improve monthly file extraction - add extract version metadata and version checking Changes in version 0.5.0 - Updated to use arrow 2.0. Changes in version 0.4.0 - Added percentages to one- and two-way cross tabulations - Use environment variables for default data locations Changes in version 0.3.0 - Added crosstab utility Changes in version 0.2.0 - Added ability to extract monthly files - Added download_cps() Changes in version 0.1.0 - The beginning!