Releases: InseeFrLab/rtauargus
v-1.3.3
Encoding bug fixed
Importing some files built by
because of encoding. From French users, this bug appeared during
december and february months ("Décembre", "Février").
The fix consists in blocking logbook importation during the process while this
kind of error is produced.
The bug and its fix have no effect on the suppression process, only on the information displayed in the console.
v-1.3.2
Add automatic analysis of links between indicators
This version adds a new parameter to analyse_metadata() : df_eq_indicator. This parameter allows the user to specify links between indicators.
An article presenting this new feature was presented at the JMS conference in 2025 (paper in French): https://journees-methodologie-statistique.insee.net/analyse-automatique-des-metadonnees-pour-la-protection-des-donnees-tabulees/#presentation
Ajout du traitement automatique des liens entre indicateurs
Cette version ajoute un nouveau paramètre à analyse_metadata() : df_eq_indicator.
Ce paramètre permet à l’utilisateur de spécifier des liens entre indicateurs.
Un article présentant cette nouvelle fonctionnalité a été présenté lors de la conférence JMS 2025 : https://journees-methodologie-statistique.insee.net/analyse-automatique-des-metadonnees-pour-la-protection-des-donnees-tabulees/#presentation
v-1.3.1
Bug fixed:
Previously, a list of 1-dimensional tables with no common cells hit by secondary suppression would have produced an error during the call of tab_multi_manager().
v-1.3.0
rtauargus v-1.3.0
[06/2025]
The new version comes with new functions to help the metadata analysis :
analyse_metadata()that automatically analyses metadata
The input is a dataframe describing all the tables that will be published.
The function returns an other dataframe that describes the tables to protect and
indicates which tables should be treated together (i.e. usingtab_multi_manager()).
template_formatted()(Eurostat template)
The input is an extract of the Eurostat template (only the relevant columns).
It goes through all the cells described by the template and returns the metadata of
the underlying tables. This metadata is stored in a dataframe in the right format
to be the input of theanalyse_metadata()function.
A poster presenting those functions has been presented at the NTTS conference in 2025, it is
available here: https://github.com/InseeFrLab/automatic_analysis_poster_NTTS2025.
v-1.2.999-dev
rtauargus 1.2.999-dev
[02/2025]
- Development of the function
analyse_metadata()that automatically analyses metadata
The input is a dataframe describing all the tables that will be published.
The function returns an other dataframe that describes the tables to protect and
indicates which tables should be treated together (i.e. usingtab_multi_manager()).
- Development of the function
template_formatted()(Eurostat template)
The input is an extract of the Eurostat template (only the relevant columns).
It goes through all the cells described by the template and returns the metadata of
the underlying tables. This metadata is stored in a dataframe in the right format
to be the input of theanalyse_metadata()function.
A poster presenting those functions will be presented at the NTTS2025, it is
available here: "https://github.com/InseeFrLab/automatic_analysis_poster_NTTS2025".
rtauargus v-1.2.0
Dealing with large tables
-
To install the source version // Pour installer la version source du package (à privilégier) :
install.packages("/path/to/rtauargus_1.2.0.tar.gz", repos = NULL, type="source") -
To install the binary version (Windows 64bits - R 4.2) // Pour installer la version binaire (Windows 64 bits, R 4.2):
install.packages("/path/to/rtauargus_1.2.0.zip", repos = NULL, type="binary")
Documentation is available here // Documentation disponible ici: https://inseefrlab.github.io/rtauargus/
rtauargus v-1.1.2
Refinement in IP's management.
-
To install the source version // Pour installer la version source du package (à privilégier) :
install.packages("/path/to/rtauargus_1.1.2.tar.gz", repos = NULL, type="source") -
To install the binary version (R 4.2) // Pour installer la version binaire (R 4.2):
install.packages("/path/to/rtauargus_1.1.2.zip", repos = NULL, type="binary")
Documentation is available here // Documentation disponible ici: https://inseefrlab.github.io/rtauargus/
rtauargus v-1.1.0
Release to handle several linked tables at once // Traiter plusieurs tableaux liés à la fois.
-
To install the source version // Pour installer la version source du package (à privilégier) :
install.packages("/path/to/rtauargus_1.1.0.tar.gz", repos = NULL, type="source") -
To install the binary version (R 4.1) // Pour installer la version binaire (R 4.1):
install.packages("/path/to/rtauargus_1.1.0.zip", repos = NULL, type="binary")
Documentation is available here // Documentation disponible ici: https://inseefrlab.github.io/rtauargus/