Skip to content

Commit

Permalink
Switch to using shinylive 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Aug 1, 2024
1 parent d96f62e commit e860958
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
19 changes: 14 additions & 5 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
:::

Expand Down

0 comments on commit e860958

Please sign in to comment.