Skip to content

Commit 554cd3d

Browse files
committed
Deploying to gh-pages from @ 1e7c00c 🚀
1 parent e5617dd commit 554cd3d

File tree

189 files changed

+130
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+130
-124
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CODE_OF_CONDUCT.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CONTRIBUTING.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/create_custom_layout.html

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/gridify.html

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/gridify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ library(magrittr)
6565
Below is a minimal example using `ggplot2` for demonstration. The same
6666
approach works for `gt`, `flextable`, or base R figures.
6767
For `rtables`, convert them into a `flextable` using
68-
[`rtables.officer::tt_to_flextable()`](https://insightsengineering.github.io/rtables.officer/latest-tag/reference/tt_to_flextable.html)
68+
[`rtables.officer::tt_to_flextable()`](https://insightsengineering.github.io/rtables.officer/latest-release/reference/tt_to_flextable.html)
6969
before following this approach.
7070

7171
### 1. Create a Figure
@@ -383,7 +383,7 @@ final_grob
383383
#> "cm", "null", "cm", "lines", "cm", "cm")), widths = grid::unit(c(0.33,
384384
#> 0.33, 0.33), c("npc", "npc", "npc")))))))
385385
#> attr(,"env")
386-
#> <environment: 0x55ec567b6300>
386+
#> <environment: 0x558d790c8a80>
387387
```
388388

389389
`gridify` uses meta-programming to capture all `grid` calls needed to

0 commit comments

Comments
 (0)