Changes in version 0.3.3 (2024-12-17) o Fixed pdfetch_FRED function which was not returning data Changes in version 0.3.2 (2024-09-30) o Updated pdfetch_YAHOO function to leverage the quantmod package. Changes in version 0.3.1 (2024-09-01) o Updated pdfetch_WB function to use the World Bank v2 API Changes in version 0.3.0 o Fixed pdfetch_FRED function, which was failing to retrieve data Changes in version 0.2.9 (2023-09-18) o Fixed Yahoo functions, which had stopped returning data, by borrowing new code from the quantmod package, thank you to Joshua Ulrich Changes in version 0.2.8 (2023-02-27) o Fixed Eurostat functions, which had stopped returning data Changes in version 0.2.7 (2022-05-21) o Fix to pdfetch_YAHOO, which was failing to retrieve data (thanks to Freddy Villabona) Changes in version 0.2.6 (2022-02-25) o Update to pdfetch_EIA() to support HTTPS Changes in version 0.2.5 (2021-12-20) o Fixed pdfetch_EIA() function's handling of hourly data when the data cross the Daylight Savings Time boundary. Hourly data is now always reported with the GMT time zone. o Fixed pdfetch_ECB() function o Fixed pdfetch_BUNDESBANK() function Changes in version 0.2.4 (2019-07-30) o Fixed INSEE function to be able to read quarterly series that have a "Published in the OJ" date column in the data. Changes in version 0.2.3 (2017-10-15) o Fixed error in Yahoo Finance function which swapped adjusted close and volume fields. o Fixed error in BLS function which prevented downloading of single series. Changes in version 0.2.2 (2017-07-23) o Fixed Yahoo Finance function and added 'interval' argument o Fixed UK ONS function o Fixed French INSEE function o Added support for hourly data to the US EIA function Changes in version 0.2.1 (2017-04-19) o Added support for Deutsche Bundesbank's time series database Changes in version 0.2.0 o Fixed Yahoo function so that Volume column is correctly read as numeric instead of character. This bug was also causing problems when downloading more than two tickers. Changes in version 0.1.9 (2017-04-15) o Fixed INSEE function so that negative signs and periods are not stripped (thanks to Hadrian Leclerc) Changes in version 0.1.8 (2017-02-18) o Fixed UK Office of National Statistics (ONS) functionality. Note that the pdfetch_ONS function is designed to retrieve series from the ONS Time Series Explorer (https://www.ons.gov.uk/timeseriestool), not the UK ONS API. o Fixed Bureau of Labor Statistics functionality. o Fixed INSEE functionality. o Fixed Energy Information Administration functionality. o Various other fixes Changes in version 0.1.7 (2015-07-19) o Fixed URL for St Louis FRED service. Changes in version 0.1.6 (2014-09-28) o Added support for US Energy Information Administration API o Wrapped examples with tryCatch to stop temporary web service problems from being flagged on CRAN. o Switched from using RCurl directly to the httr package. Changes in version 0.1.5 (2014-08-10) o Fixed a bug in the handling of ECB monthly dates (thanks to Fabian Greimel) Changes in version 0.1.4 (2014-07-23) o Fixed a bug in the handling of Eurostat monthly dates (thanks to Chiara Carini) Changes in version 0.1.3 (2014-04-19) o Added support for US Bureau of Labor Statistics, UK ONS, and French INSEE Changes in version 0.1.2 (2014-03-15) o Added support for Bank of England's Interactive Statistical Database Changes in version 0.1.1 o Removed reliance on curl.exe on Windows Changes in version 0.1 (2014-03-02) o Initial release