- 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.
- 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()
andrdb_rename_xts()
that were in README.
- Remove ggplot2, DT and dplyr vignette dependencies.
- Internal function
get_data
better handles errors.
- New arguments
dimensions
andquery
for the functionrdb_series()
.
- 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()
andrdb_series()
.
- Correction of a bug in the internal function
deploy
. The casesto_list_length = 1
andto_list_length = 2
are now well handled (@julia.schmidt, 20200205 forum.db.nomics.world).
- New argument 'query' for function
rdb()
. - New argument 'api_link' for function
rdb()
to replacerdb_by_api_link()
. - New internal function
.rdb()
becauserdb_by_api_link()
is deprecated. - New function
dbnomics()
which is used in the vignette (@blu2ego, #2 github). - Small class correction for R 3.1.
- 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.
- Use of
metadata
from the API to download less data.
- Internal function
deploy
better handles recursive lists.
- The vignette "rdbnomics-tutorial" is now named "rdbnomics".
rdb()
andrdb_...()
functions now have an argument to configure curl. It is also an option of the package. The vignette "rdbnomics" is modified consequently.rdb()
andrdb_by_api_link()
functions return an error if the columnsperiod
andperiod_start_day
don't exist.rdb()
function passes argumentprovider_code
toids
if onlyprovider_code
is provided. It is considered that the user wants to useids
without naming the arguments.rdb()
function passes argumentids
tomask
if onlyprovider_code
,dataset_code
andids
are provided. It is considered that the user wants to usemask
without naming the argument.
- 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()
andas.POSIXct()
. dimensions
inrdb()
can be a list (@Iwo, #1 gitlab).
- First release on CRAN.