From 03cf78747ab0573f480d14be2a64e46b8644375e Mon Sep 17 00:00:00 2001 From: julienjamme Date: Sun, 21 Jan 2024 22:16:13 +0100 Subject: [PATCH] Initial commit --- .github/workflows/pkgdown.yaml | 8 ++++++-- .gitignore | 6 +++++- _pkgdown.yml | 16 +++------------- 3 files changed, 14 insertions(+), 16 deletions(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index b7799c3..130a3c9 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -13,9 +13,13 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: r-lib/actions/setup-r@v1 + - uses: actions/setup-node@v2 + with: + node-version: '16' + + - uses: r-lib/actions/setup-r@v2 - - uses: r-lib/actions/setup-pandoc@v1 + - uses: r-lib/actions/setup-pandoc@v2 - name: Query dependencies run: | diff --git a/.gitignore b/.gitignore index 55cba71..fbb9033 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,8 @@ vignettes/tauargus_exe.ini docs -output/ \ No newline at end of file +output/ +.Rdata +.httr-oauth +.DS_Store +.quarto diff --git a/_pkgdown.yml b/_pkgdown.yml index 60f2d71..bdae0e3 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -22,22 +22,12 @@ reference: - write_hrc2 - tab_rtauargus - tab_rtauargus2 - - title: Functions ensuring the dimensions reduction in the background - desc: > - Functions called by tab_rtauargus or tab_multi_manager while setting - split_tab = TRUE, in order to protect 4/5 dimensions tables by - reducing the dimension first. - contents: - tab_rtauargus4 - - reduce_dims - - var_to_merge - - nb_tab_generated - - length_tabs - - from_4_to_3 - - from_5_to_3 + - tabulate_micro_data - title: Data desc: > Data to run examples + contents: - activity_corr_table - nuts23_fr_corr_table - turnover_act_cj @@ -47,6 +37,7 @@ reference: - turnover_act_nuts_size - datatest1 - datatest2 + - indiv_dt - title: Protect tables from microdata desc: > Functions for protecting magnitude and frequency tables, i.e. from @@ -78,7 +69,6 @@ articles: - protect_multi_tables_fr - options_safety_rules - options_safety_rules_fr - - split_tab - split_tab_fr - title: Work with microdata data (old version) navbar: micro-wise