diff --git a/.github/workflows/publish-demo.yml b/.github/workflows/publish-demo.yml index 25ca2f8..eaa867f 100644 --- a/.github/workflows/publish-demo.yml +++ b/.github/workflows/publish-demo.yml @@ -34,7 +34,7 @@ jobs: uses: r-lib/actions/setup-r-dependencies@v2 with: packages: - cran::shinylive@0.1.1 + cran::shinylive@0.2.0 any::knitr any::rmarkdown any::downlit diff --git a/README.md b/README.md index e8abbf6..bb66496 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,21 @@ Interested in deploying a serverless Shiny application for R within Quarto? This Let's dive in! +> [!NOTE] +> +> Please note that this guide is **not** affiliated with Posit, Quarto, Shiny, +> or Shinylive project. It is a community-driven tutorial to help you get started +> using Shinylive with Quarto. + ### Updates -- **4/25/2025** - - We've switched the GitHub Pages to use GitHub Actions to - deploy the website instead of commiting into the GitHub Pages branch. +- **8/01/2024** + - We've also pinned the version of `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** + - We've switched how we used GitHub Pages to deploy Quarto website + to use GitHub Actions instead of committing into the GitHub Pages branch. - We've also pinned the version of `shinylive` being used to v0.1.1 to ensure consistency with the `quarto-ext/shinylive` Quarto extension. - **10/26/2023** @@ -326,7 +336,7 @@ jobs: uses: r-lib/actions/setup-r-dependencies@v2 with: packages: - cran::shinylive@0.1.1 ## Pin version to ensure consistency + cran::shinylive@0.2.0 ## Pin version to ensure consistency any::knitr any::rmarkdown any::downlit @@ -357,7 +367,7 @@ jobs: ``` > [!NOTE] -> We have pinned the version of `shinylive` package on CRAN to v0.1.1 to ensure +> We have pinned the version of `shinylive` package on CRAN to v0.2.0 to ensure > consistency with the `quarto-ext/shinylive` Quarto extension. **Step 2:** Enable GitHub Pages deployment using GitHub Actions in your diff --git a/index.qmd b/index.qmd index 3525f9b..56ad7ae 100644 --- a/index.qmd +++ b/index.qmd @@ -16,12 +16,21 @@ Interested in deploying a Shiny application for R within Quarto without a server 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)] +> [!NOTE] +> +> Please note that this guide is **not** affiliated with Posit, Quarto, Shiny, +> or Shinylive project. It is a community-driven tutorial to help you get started +> using Shinylive with Quarto. ### Updates -- **4/25/2025** - - We've switched the GitHub Pages to use GitHub Actions to - deploy the website instead of commiting into the GitHub Pages branch. +- **8/01/2024** + - We've also pinned the version of `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** + - We've switched how we used GitHub Pages to deploy Quarto website + to use GitHub Actions instead of committing into the GitHub Pages branch. - We've also pinned the version of `shinylive` being used to v0.1.1 to ensure consistency with the `quarto-ext/shinylive` Quarto extension. - **10/26/2023** @@ -379,7 +388,7 @@ jobs: uses: r-lib/actions/setup-r-dependencies@v2 with: packages: - cran::shinylive@0.1.1 ## Pin version to ensure consistency + cran::shinylive@0.2.0 ## Pin version to ensure consistency any::knitr any::rmarkdown any::downlit @@ -410,7 +419,7 @@ jobs: ``` :::{.callout-note} -We have pinned the version of `shinylive` package on CRAN to v0.1.1 to ensure +We have pinned the version of `shinylive` package on CRAN to v0.2.0 to ensure consistency with the `quarto-ext/shinylive` Quarto extension. :::