Skip to content

Releases: InseeFrLab/rtauargus

v-1.3.1

29 Jul 14:29
67744a9

Choose a tag to compare

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

29 Jun 16:22

Choose a tag to compare

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. using tab_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 the analyse_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

21 Feb 18:23
c974d3b

Choose a tag to compare

v-1.2.999-dev Pre-release
Pre-release

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. using tab_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 the analyse_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

19 Jan 10:50
2d3c77a

Choose a tag to compare

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

22 Feb 21:55

Choose a tag to compare

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

02 Oct 22:58
5e784f4

Choose a tag to compare

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/