rdbnomics 0.6.4
- 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.
rdbnomics 0.6.3
- 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.
rdbnomics 0.6.2
- Remove ggplot2, DT and
dplyr vignette dependencies.
- Internal function get_databetter handles errors.
rdbnomics 0.6.1
- New arguments dimensionsandqueryfor the
functionrdb_series().
rdbnomics 0.6.0
- 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().
rdbnomics 0.5.2
- Correction of a bug in the internal function deploy.
The casesto_list_length = 1andto_list_length = 2are now well handled (@julia.schmidt,
20200205 forum.db.nomics.world).
rdbnomics 0.5.1
- 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.
rdbnomics 0.5.0
- 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_databetter handles errors. The
message is clearer.
rdbnomics 0.4.7
- Use of metadatafrom the API to download less
data.
rdbnomics 0.4.6
- Internal function deploybetter handles recursive
lists.
rdbnomics 0.4.5
- 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- periodand- period_start_daydon’t exist.
- rdb()function passes argument- provider_codeto- idsif only- provider_codeis provided. It is considered that the user
wants to use- idswithout naming the arguments.
- rdb()function passes argument- idsto- maskif only- provider_code,- dataset_codeand- idsare provided. It is
considered that the user wants to use- maskwithout naming
the argument.
rdbnomics 0.4.4
- 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().
- dimensionsin- rdb()can be a list (@Iwo, #1 gitlab).
rdbnomics 0.4.3