JDCruncheR 0.3.4
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.
0.3.4 - 2025-03-27
0.3.3 - 2025-02-20
0.3.2 - 2025-02-07
Added
- New item
grade
to thejdc_thresholds
option to specify the different grades when computing the score - New arguments
file
which will replacematrix_output_file
forextract_QR()
- New arguments
x
which can contains a diagnostic matrix forextract_QR()
0.3.1 - 2024-10-10
Fixed
- bug in
export_xlsx()
withifelse()
0.3.0 - 2024-10-09
Fixed
- resolve a bug linked to shell function
- resolve a bug related to accent colnames
- lintr is up-to-date
-
extract_QR
works with V3 workspaces - Fixed bug with Tramo-Seats series –> Now, WS with Tramo-Seats series are accepted!
- if column of demetra_m are not available, there will be NA instead
- lintr
any(is.na(...))
->anyNA(...)
0.2.4 - 2022-07-27
0.2.3 - 2019-02-05
Changed
- the function
weighted_score()
now creates a newscore_pond
variable, rather than replacing it. The functionextract_score()
extracts both weighted and unweighted scores. - change in the cruncher’s default export parameters and in the indicators used by the function
compute_score()
to calculate the score.
Added
- addition of a
conditional_indicator
parameter to the functioncompute_score()
to reduce down to 1 the weight of some indicators, depending on other variables’ value.
0.2.2 - 2018-03-14
Added
- the function
score()
is replaced by the functionextract_score()
and has a new parameter to choose the output format. The functionscore()
will be removed in the next version of the package. - addition of the function
add_indicator()
to add variables in the quality report’s matrix of values. - addition of the function
recode_indicator_num()
to recode variable modalities in the quality report.
Changed
- the column containing the series names can no longer be removed when using the functions
remove_indicators()
ouretain_indicators()
- bugs fixed in the functions
print.QR_matrix()
andprint.QR_matrix()
. - modification of
compute_score()
: the parameter score_formula is removed and replaced by score_pond. The score is calculated using the vector of variables to weight instead of a formula. The function now also carries two additional arguments: n_contrib_score to extract the variables that contribute the most to the score, and na.rm to take into account the missing values when calculating the score. - bug fixed in
extract_QR()
: the Q-m2 stat was equal to the Q stat.
0.2.1 - 2018-01-22
Fixed
Bug fixed in the functions retain_indicators()
and remove_indicator()
.