Changes in version 1.4.0 (2026-03-27) o Support for direct import of .sav files from the open data platform. o New function CEOaccumulated_meta() to retrieve metadata on accumulated microdata series. o Extended CEOdata() to retrieve either accumulated series or individual studies. o Refactored the internal data retrieval logic. o Updated the using_CEOdata vignette to reflect the new API. o Updated documentation to align with the new data access model. o Ongoing refactoring of tests to improve robustness against updates in the source data. Changes in version 1.3.1 (2023-05-17) o Make the vignettes safer for CRAN submission, when dealing with Internet connection potential problems. o Improve the documentation regarding how to deal with the SPSS labelled variables that are by default transformed into pure-R factors. Changes in version 1.3.0.1 (2023-02-01) o Solve a bug when leading a single REO the function was not parsing factors correctly. Changes in version 1.3 o Singular REOs now pass with factors. In addition to that, new tests to ensure it. Changes in version 1.2.0.1 (2022-05-17) o Similar to previous version but solving a minor issue with a warning. But to mark a milestone a new minor version number is added. Changes in version 1.1.1 o Identical to 1.1.0, but needed to resubmit with a different version number due to a URL down in the DESCRIPTION. Changes in version 1.1.0 MAJOR CHANGES o Internally the table of metadata from the CEO now has zip files as sources of the individual REO studies, instead of the original .sav files. This is transparent for the user, though. MINOR CHANGES o The compounded barometer has now a generic URL that will be easier to maintain. o Variable "INGRESSOS" in the vignettes is now "INGRESSOS_1_15". o Added a test on the date of the first barometer, to ensure that the date of the compounded barometer is correctly processed. Changes in version 1.0.4 (2022-04-23) MINOR CHANGES o Gracely fail when URL resources are not available. Update needed for the vignette, when retrieving a specific 'reo'. Changes in version 1.0.3 (2022-04-02) MINOR CHANGES o Fixed a bug in CEOdata() when raw == FALSE and factor labels are not properly passing due to a very strict option in as_factor. Changed to levels = "default". Changes in version 1.0.2 (2022-03-17) o Initial production version.