- Improve internal column detection
- Allow magclass objects without years
- Update wdi conversion factors and data
- Add the CPI as possible deflator
- Add two shortcut functions for using the CPI as deflator and convert a single value (fixed #20)
- Add example to convertGDP (fixes #21)
- Add options to convert to constant € and use only US deflator
- Add with_USA option to replace_NAs
- Relax restriction on presence of a year column (fixes #17)
- Improve order of tests
- Use magclass::as_tibble() instead of custom function
- Clean up Suggest field, in order to comply with CRAN specifications
- Improve documentation
- Fix issue #15. The cfs data-frame returned when "return_cfs = TRUE" now displays the correct conversion factors.
- Get rid of dplyr warnings and improve tests
- Get rid of tidyselect warnings and improve tests
- Transfer base repo to the pik-piam organization and update documentation links accordingly.
-
Add option GDPuc.warn and corresponding vignette.
-
Add
replace_NAs
argument option NA, to silence warning about NA creation.
-
Add options "no_conversion" for the
replace_NAs
argument. -
The
replace_NAs
argument can now take a vector allowing for a combination of options.
-
Add argument
return_cfs
to return the conversion factors used. -
Add options "linear" and "linear_regional_average" for the
replace_NAs
argument. -
Add vignettes
-
Remove dependency on the stringr package
-
Improve tests
First public release.