Skip to content

Releases: sdcTools/rtauargus

v-1.2.999-dev

20 Mar 14:17
188c871
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

26 Jan 13:11
0d78dbf
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 22:03
Compare
Choose a tag to compare

Refinement in IP's management.

  • To install the source version:
    install.packages("/path/to/rtauargus_1.1.2.tar.gz", repos = NULL, type="source")

  • To install the binary version (Windows R 4.2):
    install.packages("/path/to/rtauargus_1.1.2.zip", repos = NULL, type="binary")

**Documentation is available here: [https://inseefrlab.github.io/rtauargus/](https://inseefrlab.github.io/rta

rtauargus v-1.1.0

02 Oct 23:11
5e784f4
Compare
Choose a tag to compare

Release to handle several linked tables at once.

  • To install the source version:
    install.packages("/path/to/rtauargus_1.1.0.tar.gz", repos = NULL, type="source")

  • To install the binary version (R 4.1):
    install.packages("/path/to/rtauargus_1.1.0.zip", repos = NULL, type="binary")

Documentation is available here: https://inseefrlab.github.io/rtauargus/