You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# r-shinylive-demo
1
+
# Creating an R Shinylive App inside a Quarto Document
2
2
3
3
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:
4
4
@@ -20,10 +20,18 @@ Let's dive in!
20
20
> or Shinylive project. It is a community-driven tutorial to help you get started
21
21
> using Shinylive with Quarto.
22
22
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
+
23
31
### Updates
24
32
25
33
-**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
27
35
gain access to improvements regarding webR v0.4.0 and packaging `shiny`
28
36
packages with the deployment to improve reproducibility.
Copy file name to clipboardExpand all lines: index.qmd
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,18 @@ For the demo, we're showing the source code used in Joe Cheng's [posit::conf(202
22
22
> or Shinylive project. It is a community-driven tutorial to help you get started
23
23
> using Shinylive with Quarto.
24
24
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
+
25
33
### Updates
26
34
27
35
-**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
29
37
gain access to improvements regarding webR v0.4.0 and packaging `shiny`
30
38
packages with the deployment to improve reproducibility.
0 commit comments