Skip to content

Commit 7477524

Browse files
authored
[skip vbump] CRAN realease v0.6.14 (#1052)
#1051
1 parent b85ef6a commit 7477524

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rtables
22
Title: Reporting Tables
3-
Version: 0.6.13.9006
3+
Version: 0.6.14
44
Date: 2025-11-14
55
Authors@R: c(
66
person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## rtables 0.6.13.9006
1+
## rtables 0.6.14
22

33
### New Features
44
* Added Guided Tour section to the `pkgdown` site

vignettes/guided_intermediate_afun_reqs.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ our resulting tables contain the correct statistics.
5858
While the diversity of tables is such that custom analysis functions
5959
will inevitably be needed in some cases, we will not address the
6060
*creation* of analysis functions in detail here; that is covered in
61-
within the [advanced](guided_advanced_afun_design.html) portion of
61+
within the [advanced](./advanced_usage.html) portion of
6262
this guided tour. Here we will focus on *selecting* analysis functions
6363
and the reasoning that goes into that choice. While this might seem
6464
like a strange distinction at first glance, this is in fact how most

vignettes/guided_intermediate_translating_shells.Rmd

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -910,10 +910,7 @@ summary rows are direct siblings is not currently supported by the
910910
supported when created via, e.g., trimming rows of a created table.
911911

912912
The above said, we can arrive at a table which renders as desired
913-
using the *two-tier analysis function* strategy. A
914-
[vignette](variable_nesting_depth.html) discussing this is in detail
915-
is included with `rtables`; for completeness of the training
916-
curriculum we will briefly reiterate here.
913+
using the *two-tier analysis function* strategy.
917914

918915
The key to the two-tier analysis function strategy is to generate both
919916
levels of row in the same analysis function and simply use indent

0 commit comments

Comments
 (0)