Changes in version 1.0.1 (2026-06-03) - Added clean_fre_cache() utility to allow users to clear down local raw ZIP and parsed RDS files. - Suppressed expected coercion warnings during CSV file parsing and column format conversions in get_fre_data2(). - Updated all user documentation, vignettes, and roxygen example references to use the active get_fre_data2() function instead of deprecated get_fre_data(). Changes in version 0.9.0 - added new function get_fre_data2(), which downloads data from CVM website (and not b3) Changes in version 0.8.2 - fixed issue with directory of ftp files with FRE links. Now, the folder is dest_file <- file.path(cache_folder, paste0('ftp_zip_raw-', Sys.Date()), indexed by day of query. This should facilitate updating the data. Changes in version 0.8.1 (2022-06-13) - fixed issue with ftp changing html (same problem as getdfpdata) Changes in version 0.8.0 - removed Date field in DESCRIPTION file - Fixed bug in get_info_companies Changes in version 0.7 (2021-09-03) - Fixed issue in the aggregation of lists Changes in version 0.6 (2021-04-06) - Fixed issue with dob dates in board composition Changes in version 0.5 - First version