Changelog
Source:NEWS.md
rjd3production 1.1.1.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.
Unreleased
Changed
-
create_ws_from_datahas new arguments to personnalize the workspace: context, sap_name and path -
create_insee_regressorsgives new names for calendar regressors : “REG2_week” instead of “REG2_group1” etc. -
init_env()creates a project with DESCRIPTION file withType: Projectand {rjd3qr} as dependency #83
Fixed
-
import_td,export_tdandimport_outliers: fixed typo in error message -
retrieve_td()works now with LY as only td regressor #91 -
init_env()can create multiple project in the same R session and with relative paths #81 -
comparereturns information to distinguish 2 ws with the same name #98
1.1.1 - 2026-07-20
Changed
- The domain spec has been renamed in reference spec.
- The
domainargument fromremove_non_significant_outliers(),retrieve_outliers(),retrieve_td()have been renamed inreference. - The point spec has been renamed in result spec.
- The
pointargument fromretrieve_outliers(),retrieve_td()have been renamed inresult.
Fixed
- The function
setwd()has been moved ininit_env()to fix a bug when setting working directory
Deprecated
- The function
remove_non_significative_outliers()is now deprecated in favour ofremove_non_significant_outliers(). #78
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()