Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## rtables 0.6.13.9006
## rtables 0.6.14

### New Features
* Added Guided Tour section to the `pkgdown` site
Expand Down
2 changes: 1 addition & 1 deletion vignettes/guided_intermediate_afun_reqs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions vignettes/guided_intermediate_translating_shells.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
shajoezhu marked this conversation as resolved.
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
Expand Down
Loading