Skip to content

Commit 76cd1fa

Browse files
committed
More wordsmithing.
1 parent 533b515 commit 76cd1fa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ Let's dive in!
1616

1717
## Sample App
1818

19+
We'll be walking through the process of creating the following R ShinyLive application.
20+
1921
![Example of the Shinylive app running in a Quarto HTML Document](images/demo-r-shinylive-app-inbrowser.gif)
2022

2123
You can see the live version built from the repository here:
2224

2325
<https://coatless-quarto.github.io/r-shinylive-demo/>
2426

25-
# Tutorial: Using r-shinylive for Static Shiny Apps in Quarto Documents
27+
# Using r-shinylive for Static Shiny Apps in Quarto Documents
2628

2729
Are you interested in creating your own Quarto document with embedded static Shiny apps? This tutorial will guide you through the process of using the `r-shinylive` R package to achieve just that. Let's get started!
2830

index.qmd

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ Interested in deploying a Shiny application for R within Quarto without a server
1414

1515
<https://github.com/coatless-quarto/r-shinylive-demo>
1616

17-
For the demo, we're showing the source code used in Joe Cheng's [posit::conf(2023) demo](https://jcheng5.github.io/posit-conf-2023-shinylive/#/option-3-include-1) (Warning: Large file size, don't open on mobile! ([Source Code](https://github.com/jcheng5/posit-conf-2023-shinylive/blob/d385ad18eb0d867f25cc4721d9e8c25aeb2dfb90/slides.qmd#L299))
17+
For the demo, we're showing the source code used in Joe Cheng's [posit::conf(2023) demo](https://jcheng5.github.io/posit-conf-2023-shinylive/#/option-3-include-1) (Warning: Large file size, don't open on mobile!) [[Source Code](https://github.com/jcheng5/posit-conf-2023-shinylive/blob/d385ad18eb0d867f25cc4721d9e8c25aeb2dfb90/slides.qmd#L299)]
1818

1919
## Sample Application
2020

21+
We'll be walking through the process of creating the following R ShinyLive application. Please be aware that it may take some time to load.
22+
2123
```{shinylive-r}
2224
#| standalone: true
2325
#| viewerHeight: 600

0 commit comments

Comments
 (0)