Skip to content

Commit

Permalink
skip testing webr and shinylive
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Apr 29, 2024
1 parent 2deac8b commit 9fe96ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/webr-utils/shinylive.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ we have to put some code upfront
- currently shinylive is using [email protected] which is missing a feature of shimming `library()` calls - need to add this manually
-->

```{r shinylive-constructor, echo=FALSE, results='asis'}
```{r shinylive-constructor, echo = FALSE, results = "asis", opts.label = "skip_if_testing"}
repo_url <- ifelse(identical(Sys.getenv("QUARTO_PROFILE"), "stable"), "https://insightsengineering.r-universe.dev", "https://pharmaverse.r-universe.dev")
text <- unlist(c(
"```{shinylive-r}",
Expand Down
2 changes: 1 addition & 1 deletion book/webr-utils/webr.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Global WebR configuration is available in the `_quarto.yaml` file.
[`WebR`](https://docs.r-wasm.org/webr/latest/) is a tool allowing you to run R code in the web browser. Modify the code below and click run to see the results. Altenatively, copy the code and click [here](https://webr.r-wasm.org/latest/) to open `WebR` in a new tab.
:::

```{r, echo=FALSE, results='asis'}
```{r, echo = FALSE, results = "asis", opts.label = "skip_if_testing"}
if (!exists("webr_code_labels")) {
webr_code_labels <- character(0L)
}
Expand Down

0 comments on commit 9fe96ff

Please sign in to comment.