Skip to content

Commit 5b57c50

Browse files
committed
Fix markdown table for consistency
1 parent 43c7ccf commit 5b57c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ documentation; the Example column links to where it is used on this site.
106106

107107
:::{tbl-colwidths="[15,60,25]"}
108108
| Package | Description | Example |
109-
|-----------|-------------|---------|
109+
|---------|-------------|---------|
110110
| [`{rtables}`](https://insightsengineering.github.io/rtables/) | Framework for building complex nested tables with flexible layouts — the foundation of the NEST TLG stack | [Demographics](tlg/demographic.qmd) / [AE](tlg/adverse_events.qmd) / [PK](tlg/pharmacokinetic.qmd) |
111111
| [`{tern}`](https://insightsengineering.github.io/tern/) | Analysis functions for clinical trial TLGs built on `{rtables}` — covers demographics, AEs, survival, PK summaries | [Demographics](tlg/demographic.qmd) / [AE](tlg/adverse_events.qmd) / [PK](tlg/pharmacokinetic.qmd) |
112112
| [`{rlistings}`](https://insightsengineering.github.io/rlistings/) | Creates regulatory-ready listings from ADaM datasets | [PK](tlg/pharmacokinetic.qmd) |

0 commit comments

Comments
 (0)