Changes in version 0.6.4 (2020-10-25) - Update series name WEO to WEO:2019-10 and WEOAGG to WEOAGG:2019-10. For all WEO releases (and WEO by group of countries), each release is considered as a different dataset, and therefore carries a different code. For example WEO:2008-10 for the October 2008 release. The WEO dataset no longer exists on DBnomics. To get the latest release automatically, you can use the WEO:latest code. Changes in version 0.6.3 (2020-09-22) - New badge in README. - Correction of .gitlab-ci.yml with pkg-config. - Correction of rdb() examples in the doc and README. - Simplification of README. - New fonctions rdb_to_xts() and rdb_rename_xts() that were in README. Changes in version 0.6.2 (2020-07-06) - Remove ggplot2, DT and dplyr vignette dependencies. - Internal function get_data better handles errors. Changes in version 0.6.1 (2020-04-23) - New arguments dimensions and query for the function rdb_series(). Changes in version 0.6.0 (2020-04-18) - New function rdb_datasets() to request the available datasets of the providers (@fmgithub2017, #3 github). - New function rdb_dimensions() to request the list of the dimensions of the available datasets of the providers (@fmgithub2017, #3 github). - New function rdb_series() to request the list of the series of the available datasets of the providers (@fmgithub2017, #3 github). - Add a clearer error message to the function to_xts() in README (Martin Feldkircher, 20200326 email). - Update vignette for rdb_datasets(), rdb_dimensions() and rdb_series(). Changes in version 0.5.2 (2020-02-05) - Correction of a bug in the internal function deploy. The cases to_list_length = 1 and to_list_length = 2 are now well handled (@julia.schmidt, 20200205 forum.db.nomics.world). Changes in version 0.5.1 (2020-01-07) - New argument 'query' for function rdb(). - New argument 'api_link' for function rdb() to replace rdb_by_api_link(). - New internal function .rdb() because rdb_by_api_link() is deprecated. - New function dbnomics() which is used in the vignette (@blu2ego, #2 github). - Small class correction for R 3.1. Changes in version 0.5.0 (2019-09-23) - New filters tool from https://editor.nomics.world/filters. - If the retrieved dataset contains columns with codes (like ISO codes, geographic codes, ...), then correspondences are performed to translate these codes if possible. - Internal function get_data better handles errors. The message is clearer. Changes in version 0.4.7 (2019-03-19) - Use of metadata from the API to download less data. Changes in version 0.4.6 (2019-02-11) - Internal function deploy better handles recursive lists. Changes in version 0.4.5 (2019-01-31) - The vignette "rdbnomics-tutorial" is now named "rdbnomics". - rdb() and rdb_...() functions now have an argument to configure curl. It is also an option of the package. The vignette "rdbnomics" is modified consequently. - rdb() and rdb_by_api_link() functions return an error if the columns period and period_start_day don't exist. - rdb() function passes argument provider_code to ids if only provider_code is provided. It is considered that the user wants to use ids without naming the arguments. - rdb() function passes argument ids to mask if only provider_code, dataset_code and ids are provided. It is considered that the user wants to use mask without naming the argument. Changes in version 0.4.4 (2019-01-10) - Change of the API version from 21 to 22. - The vignette "rdbnomics-tutorial" is modified to be backward compatible with R Markdown v1 (i.e. without pandoc or rmarkdown). - The vignette "rdbnomics-tutorial" has an appendix. - New rdb_providers() returns the available providers. - New rdb_last_updates() shows the last updates. - In the functions, dates and timestamps are transformed using as.Date() and as.POSIXct(). - dimensions in rdb() can be a list (@Iwo, #1 gitlab). Changes in version 0.4.3 (2018-11-30) - First release on CRAN.