Skip to content

Commit

Permalink
Phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Aug 1, 2024
1 parent e860958 commit 2265237
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# r-shinylive-demo
# Creating an R Shinylive App inside a Quarto Document

Interested in deploying a serverless Shiny application for R within Quarto? This is the repository for you! Here's a summary of what you can find in the repository:

Expand All @@ -20,10 +20,18 @@ Let's dive in!
> or Shinylive project. It is a community-driven tutorial to help you get started
> using Shinylive with Quarto.
### Other Guides

- Creating an R Shinylive App inside a Quarto Document
- [Deploying an R Shinylive App via GitHub Pages through GitHub Actions](https://github.com/coatless-tutorials/convert-shiny-app-r-shinylive)
- [Data Inclusion in a Shinylive App](https://tutorials.thecoatlessprofessor.com/r-shinylive-data-include/)
- [Deploying an R Shiny Dashboard App through R Shinylive](https://github.com/coatless-dashboard/r-shinylive-dashboard-app)
- [Deploying a Python Shinylive App via GitHub Pages through GitHub Actions](https://github.com/coatless-tutorials/convert-py-shiny-app-to-py-shinylive-app)

### Updates

- **8/01/2024**
- We've also pinned the version of `shinylive` R package to v0.2.0 to
- We've updated the pinned version of the `shinylive` R package to v0.2.0 to
gain access to improvements regarding webR v0.4.0 and packaging `shiny`
packages with the deployment to improve reproducibility.
- **4/25/2024**
Expand Down
10 changes: 9 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,18 @@ For the demo, we're showing the source code used in Joe Cheng's [posit::conf(202
> or Shinylive project. It is a community-driven tutorial to help you get started
> using Shinylive with Quarto.
### Other Guides

- Creating an R Shinylive App inside a Quarto Document
- [Deploying an R Shinylive App via GitHub Pages through GitHub Actions](https://github.com/coatless-tutorials/convert-shiny-app-r-shinylive)
- [Data Inclusion in a Shinylive App](https://tutorials.thecoatlessprofessor.com/r-shinylive-data-include/)
- [Deploying an R Shiny Dashboard App through R Shinylive](https://github.com/coatless-dashboard/r-shinylive-dashboard-app)
- [Deploying a Python Shinylive App via GitHub Pages through GitHub Actions](https://github.com/coatless-tutorials/convert-py-shiny-app-to-py-shinylive-app)

### Updates

- **8/01/2024**
- We've also pinned the version of `shinylive` R package to v0.2.0 to
- We've updated the pinned version of the `shinylive` R package to v0.2.0 to
gain access to improvements regarding webR v0.4.0 and packaging `shiny`
packages with the deployment to improve reproducibility.
- **4/25/2024**
Expand Down

0 comments on commit 2265237

Please sign in to comment.