Skip to content

Commit

Permalink
More wordsmithing.
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Sep 21, 2023
1 parent 533b515 commit 76cd1fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ Let's dive in!

## Sample App

We'll be walking through the process of creating the following R ShinyLive application.

![Example of the Shinylive app running in a Quarto HTML Document](images/demo-r-shinylive-app-inbrowser.gif)

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

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

# Tutorial: Using r-shinylive for Static Shiny Apps in Quarto Documents
# Using r-shinylive for Static Shiny Apps in Quarto Documents

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!

Expand Down
4 changes: 3 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ Interested in deploying a Shiny application for R within Quarto without a server

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

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))
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)]

## Sample Application

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.

```{shinylive-r}
#| standalone: true
#| viewerHeight: 600
Expand Down

0 comments on commit 76cd1fa

Please sign in to comment.