Changelog
Source:NEWS.md
rjd3production 1.1.0.9000
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.0 - 2026-04-22
Added
- New argument
verboseto display some information while computing - New function to create a ws from datasets and a default specification
- New function to make a ws crunchable
- Shiny app to compare WS with button to export table
- New functions to reverse-engineer a specification
- New functions to create random specifications
- New WS example and code to generate it
-
init_env()fill the .lintr, DESCRIPTION and README files -
init_env()add Git structure
Changed
- Rename
affect_XXXfunctions inassign_XXXfunctions - Rename
cjototdin functions name (assign_cjo,export_cjo,retrieve_cjo,import_cjo, ) and argument (cjo->td) - The
assign_XXXandretrieve_XXXfunctions are usingjwsinstead of thews_path. -
select_regstakes a new argumentcontextto define the different regressors sets to use. -
export_XXXandimport_XXXfunctions don’t support anymorews_nameargument. -
export_XXXfunctions are usingtdoroutliersto replacex. -
get_LY_infoworks now with a X13 model and not a summary_x13 model - The column of the data.frame generated by
select_td()areseriesandregs.
Fixed
- Bug in select regressors solved (when no TD is significative)
- If s has multiple columns, the first one will be taken into account in
create_insee_regressors()