Changelog
Source:NEWS.md
retroharmonize 0.2.3
- New long form documentation.
-
metadata_surveys_create()
will take now either a list of surveys, or file names of saved surveys.
retroharmonize 0.2.2
- All functions containing ‘wave’ in the name are deprecated. Survey ‘waves’ are renamed to ‘survey_list’, because ‘waves’ is used in Eurobarometer and a more generic and standardized interface was built.
retroharmonize 0.2.0
CRAN release: 2021-11-02
- Adding rogtemplate for more consistent ROpenGov documentation.
- Several documentation good practices. (Thanks for the contribution from @dieghernan).
- The former create_codebook() function is now
create_codebook()
for naming consistency.
retroharmonize 0.1.9
- New function
read_dta()
for importing STATA files.
retroharmonize 0.1.13
CRAN release: 2020-09-21
- In the examples that use file operations, dontrun{} replaced by donttest{}.
- This is the first released version on CRAN.