Skip to content

Commit

Permalink
enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Nov 20, 2024
1 parent 17749bf commit 8599289
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 21 deletions.
4 changes: 3 additions & 1 deletion book/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# TLG Catalog <a href='https://insightsengineering.github.io/tlg-catalog/'><img src="assets/img/logo.png" align="right" height="139" style="max-width: 100%; max-height: 139px;"/></a>
# TLG Catalog

<a href='https://insightsengineering.github.io/tlg-catalog/'><img src="assets/img/logo.png" align="right" height="139" style="max-width: 100%; max-height: 139px;"/></a>

The TLG catalog is a catalog of **T**ables, **L**istings, and **G**raphs for clinical trials generated using NEST packages.

Expand Down
8 changes: 5 additions & 3 deletions book/_quarto-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ website:
href: https://github.com/insightsengineering/tlg-catalog
aria-label: Repository

webr:
repos:
- https://pharmaverse.r-universe.dev/
html:
live-html:
webr:
repos:
- https://pharmaverse.r-universe.dev/
7 changes: 4 additions & 3 deletions book/_quarto-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ website:
href: https://github.com/insightsengineering/tlg-catalog
aria-label: Repository

webr:
repos:
- https://insightsengineering.r-universe.dev/
live-html:
webr:
repos:
- https://insightsengineering.r-universe.dev/
16 changes: 8 additions & 8 deletions book/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ format:
grid:
body-width: 99999px # max width - full screen
toc: true
webr:
packages:
- tern
- random.cdisc.data
- dplyr
cell-options:
autorun: true
max-lines: 20

execute:
freeze: auto
Expand All @@ -45,14 +53,6 @@ execute:

engine: knitr

webr:
packages:
- tern
- random.cdisc.data
- dplyr
cell-options:
autorun: true
max-lines: 20

filters:
- insightsengineering/pattern-strip
Expand Down
2 changes: 1 addition & 1 deletion book/graphs/other/mng01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ webr_code_labels <- c("plot7")
::: {.panel-tabset .nav-justified}
## {{< fa regular file-lines fa-sm fa-fw >}} Preview

```{r teal, opts.label = c("skip_if_testing", "app")}
```{r teal, opts.label = c("skip_if_testing", "app"), eval = packageVersion("teal.modules.clinical") > "0.9.1"}
library(teal.modules.clinical)
## Data reproducible code
Expand Down
4 changes: 0 additions & 4 deletions book/index.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
title-block-style: none
format:
html:
code-tools:
source: false
---

{{< include README.md >}}
2 changes: 1 addition & 1 deletion book/tables/lab-results/lbt07.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ webr_code_labels <- c("variant1")
::: {.panel-tabset .nav-justified}
## {{< fa regular file-lines fa-sm fa-fw >}} Preview

```{r teal, opts.label = c("skip_if_testing", "app")}
```{r teal, opts.label = c("skip_if_testing", "app"), eval = packageVersion("teal.slice") > "0.5.1"}
library(teal.modules.clinical)
## Data reproducible code
Expand Down

0 comments on commit 8599289

Please sign in to comment.