Skip to content

Releases: InseeFrLab/rtauargus

v-1.2.999-dev

21 Feb 18:23
c974d3b
Compare
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
Compare
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
Compare
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
Compare
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/