Skip to content

Commit 2265237

Browse files
committed
Phrasing
1 parent e860958 commit 2265237

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r-shinylive-demo
1+
# Creating an R Shinylive App inside a Quarto Document
22

33
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:
44

@@ -20,10 +20,18 @@ Let's dive in!
2020
> or Shinylive project. It is a community-driven tutorial to help you get started
2121
> using Shinylive with Quarto.
2222
23+
### Other Guides
24+
25+
- Creating an R Shinylive App inside a Quarto Document
26+
- [Deploying an R Shinylive App via GitHub Pages through GitHub Actions](https://github.com/coatless-tutorials/convert-shiny-app-r-shinylive)
27+
- [Data Inclusion in a Shinylive App](https://tutorials.thecoatlessprofessor.com/r-shinylive-data-include/)
28+
- [Deploying an R Shiny Dashboard App through R Shinylive](https://github.com/coatless-dashboard/r-shinylive-dashboard-app)
29+
- [Deploying a Python Shinylive App via GitHub Pages through GitHub Actions](https://github.com/coatless-tutorials/convert-py-shiny-app-to-py-shinylive-app)
30+
2331
### Updates
2432

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

index.qmd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,18 @@ For the demo, we're showing the source code used in Joe Cheng's [posit::conf(202
2222
> or Shinylive project. It is a community-driven tutorial to help you get started
2323
> using Shinylive with Quarto.
2424
25+
### Other Guides
26+
27+
- Creating an R Shinylive App inside a Quarto Document
28+
- [Deploying an R Shinylive App via GitHub Pages through GitHub Actions](https://github.com/coatless-tutorials/convert-shiny-app-r-shinylive)
29+
- [Data Inclusion in a Shinylive App](https://tutorials.thecoatlessprofessor.com/r-shinylive-data-include/)
30+
- [Deploying an R Shiny Dashboard App through R Shinylive](https://github.com/coatless-dashboard/r-shinylive-dashboard-app)
31+
- [Deploying a Python Shinylive App via GitHub Pages through GitHub Actions](https://github.com/coatless-tutorials/convert-py-shiny-app-to-py-shinylive-app)
32+
2533
### Updates
2634

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

0 commit comments

Comments
 (0)