Skip to content

Commit e5617dd

Browse files
committed
Deploying to gh-pages from @ 98a396a 🚀
1 parent b045643 commit e5617dd

Some content is hidden

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

54 files changed

+114
-105
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CONTRIBUTING.html

Lines changed: 2 additions & 2 deletions
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/gridify.html

Lines changed: 4 additions & 4 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-release/reference/tt_to_flextable.html)
68+
[`rtables.officer::tt_to_flextable()`](https://insightsengineering.github.io/rtables.officer/latest-tag/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: 0x5620c885dee0>
386+
#> <environment: 0x55ec567b6300>
387387
```
388388

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

articles/index.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/multi_page_examples.html

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

articles/simple_examples.html

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

0 commit comments

Comments
 (0)