Changes in version 0.1-12 (2024-04-19) o 'getSeries' gets a new argument 'column1.only', with default TRUE (which matches the current behaviour). If FALSE, the function keeps additional columns, which exist in some datasets and typically contain comments and notes. o check for additional headers in data-series files (following a report by Benedict Acton-Bond) Changes in version 0.1-11 (2023-10-09) o minor changes in docs Changes in version 0.1-10 o getSeries: protect Examples against failed downloads. (The function has been returning NULL in such cases for many years, which is now also documented.) The Bundesbank apparently implemented measures against non-interactive use at the end of September 2023, which require a browser with cookies and javascript enabled. Should this change to the Bundesbank's website become permanent, the current download mechanism will be broken. Changes in version 0.1-9 (2019-05-17) o small changes in docs Changes in version 0.1-8 o support real-time data sets o getSeries gains new arguments 'return.class' (with support for "list", "zoo" and "data.frame"), 'verbose', and 'dest.dir' (which allows caching of downloaded data sets). The default for 'return.class' is "data.frame"; for the behaviour of previous versions, use NULL or "list". Changes in version 0.1-6 o there is now a public Git repository at https://github.com/enricoschumann/bundesbank o small fixes in docs Changes in version 0.1-5 o updated maintainer email address Changes in version 0.1-4 o getSeries adapted to new Bundesbank website. The returned series now has an attribute 'info', which gives information provided by the Bundesbank (eg, the currency). Changes in version 0.1-3 o added some checks for 'start' and 'end': character vectors of format 'YYYY-MM-DD' are now translated into the required 'MM.YYYY' format (with a warning) Changes in version 0.1-2 o minor changes in code ('cat' replaced by 'message') Changes in version 0.1-1 o NAMESPACE added Changes in version 0.1-0 o first version