From c3b94ff6f60dbdc88c675988d3412bc9e2e1d26e Mon Sep 17 00:00:00 2001 From: melkiades Date: Fri, 14 Nov 2025 16:33:14 +0100 Subject: [PATCH 1/3] [skip vbump] CRAN realease v0.6.14 --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 9db325ce07..8f84093c38 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## rtables 0.6.13.9006 +## rtables 0.6.14 ### New Features * Added Guided Tour section to the `pkgdown` site From d16b14e0624348423840ee6ecbe79b5dcf0fa6fa Mon Sep 17 00:00:00 2001 From: melkiades Date: Fri, 14 Nov 2025 16:35:36 +0100 Subject: [PATCH 2/3] tag --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4a7691b909..6ac8afe480 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rtables Title: Reporting Tables -Version: 0.6.13.9006 +Version: 0.6.14 Date: 2025-11-14 Authors@R: c( person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut", From d7f95d1d846e263adad1d72200b059e792c092d9 Mon Sep 17 00:00:00 2001 From: melkiades Date: Mon, 17 Nov 2025 10:25:59 +0100 Subject: [PATCH 3/3] fixes --- vignettes/guided_intermediate_afun_reqs.Rmd | 2 +- vignettes/guided_intermediate_translating_shells.Rmd | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/vignettes/guided_intermediate_afun_reqs.Rmd b/vignettes/guided_intermediate_afun_reqs.Rmd index a903365b66..6e6f472c31 100644 --- a/vignettes/guided_intermediate_afun_reqs.Rmd +++ b/vignettes/guided_intermediate_afun_reqs.Rmd @@ -58,7 +58,7 @@ our resulting tables contain the correct statistics. While the diversity of tables is such that custom analysis functions will inevitably be needed in some cases, we will not address the *creation* of analysis functions in detail here; that is covered in -within the [advanced](guided_advanced_afun_design.html) portion of +within the [advanced](./advanced_usage.html) portion of this guided tour. Here we will focus on *selecting* analysis functions and the reasoning that goes into that choice. While this might seem like a strange distinction at first glance, this is in fact how most diff --git a/vignettes/guided_intermediate_translating_shells.Rmd b/vignettes/guided_intermediate_translating_shells.Rmd index b6869771b6..d028a87e0b 100644 --- a/vignettes/guided_intermediate_translating_shells.Rmd +++ b/vignettes/guided_intermediate_translating_shells.Rmd @@ -910,10 +910,7 @@ summary rows are direct siblings is not currently supported by the supported when created via, e.g., trimming rows of a created table. The above said, we can arrive at a table which renders as desired -using the *two-tier analysis function* strategy. A -[vignette](variable_nesting_depth.html) discussing this is in detail -is included with `rtables`; for completeness of the training -curriculum we will briefly reiterate here. +using the *two-tier analysis function* strategy. The key to the two-tier analysis function strategy is to generate both levels of row in the same analysis function and simply use indent