Skip to content

Commit e860958

Browse files
committed
Switch to using shinylive 0.2.0
1 parent d96f62e commit e860958

File tree

3 files changed

+30
-11
lines changed

3 files changed

+30
-11
lines changed

.github/workflows/publish-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: r-lib/actions/setup-r-dependencies@v2
3535
with:
3636
packages:
37-
cran::shinylive@0.1.1
37+
cran::shinylive@0.2.0
3838
any::knitr
3939
any::rmarkdown
4040
any::downlit

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,21 @@ Interested in deploying a serverless Shiny application for R within Quarto? This
1414

1515
Let's dive in!
1616

17+
> [!NOTE]
18+
>
19+
> Please note that this guide is **not** affiliated with Posit, Quarto, Shiny,
20+
> or Shinylive project. It is a community-driven tutorial to help you get started
21+
> using Shinylive with Quarto.
22+
1723
### Updates
1824

19-
- **4/25/2025**
20-
- We've switched the GitHub Pages to use GitHub Actions to
21-
deploy the website instead of commiting into the GitHub Pages branch.
25+
- **8/01/2024**
26+
- We've also pinned the version of `shinylive` R package to v0.2.0 to
27+
gain access to improvements regarding webR v0.4.0 and packaging `shiny`
28+
packages with the deployment to improve reproducibility.
29+
- **4/25/2024**
30+
- We've switched how we used GitHub Pages to deploy Quarto website
31+
to use GitHub Actions instead of committing into the GitHub Pages branch.
2232
- We've also pinned the version of `shinylive` being used to v0.1.1 to ensure
2333
consistency with the `quarto-ext/shinylive` Quarto extension.
2434
- **10/26/2023**
@@ -326,7 +336,7 @@ jobs:
326336
uses: r-lib/actions/setup-r-dependencies@v2
327337
with:
328338
packages:
329-
cran::shinylive@0.1.1 ## Pin version to ensure consistency
339+
cran::shinylive@0.2.0 ## Pin version to ensure consistency
330340
any::knitr
331341
any::rmarkdown
332342
any::downlit
@@ -357,7 +367,7 @@ jobs:
357367
```
358368
359369
> [!NOTE]
360-
> We have pinned the version of `shinylive` package on CRAN to v0.1.1 to ensure
370+
> We have pinned the version of `shinylive` package on CRAN to v0.2.0 to ensure
361371
> consistency with the `quarto-ext/shinylive` Quarto extension.
362372

363373
**Step 2:** Enable GitHub Pages deployment using GitHub Actions in your

index.qmd

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,21 @@ Interested in deploying a Shiny application for R within Quarto without a server
1616

1717
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)]
1818

19+
> [!NOTE]
20+
>
21+
> Please note that this guide is **not** affiliated with Posit, Quarto, Shiny,
22+
> or Shinylive project. It is a community-driven tutorial to help you get started
23+
> using Shinylive with Quarto.
1924
2025
### Updates
2126

22-
- **4/25/2025**
23-
- We've switched the GitHub Pages to use GitHub Actions to
24-
deploy the website instead of commiting into the GitHub Pages branch.
27+
- **8/01/2024**
28+
- We've also pinned the version of `shinylive` R package to v0.2.0 to
29+
gain access to improvements regarding webR v0.4.0 and packaging `shiny`
30+
packages with the deployment to improve reproducibility.
31+
- **4/25/2024**
32+
- We've switched how we used GitHub Pages to deploy Quarto website
33+
to use GitHub Actions instead of committing into the GitHub Pages branch.
2534
- We've also pinned the version of `shinylive` being used to v0.1.1 to ensure
2635
consistency with the `quarto-ext/shinylive` Quarto extension.
2736
- **10/26/2023**
@@ -379,7 +388,7 @@ jobs:
379388
uses: r-lib/actions/setup-r-dependencies@v2
380389
with:
381390
packages:
382-
cran::shinylive@0.1.1 ## Pin version to ensure consistency
391+
cran::shinylive@0.2.0 ## Pin version to ensure consistency
383392
any::knitr
384393
any::rmarkdown
385394
any::downlit
@@ -410,7 +419,7 @@ jobs:
410419
```
411420
412421
:::{.callout-note}
413-
We have pinned the version of `shinylive` package on CRAN to v0.1.1 to ensure
422+
We have pinned the version of `shinylive` package on CRAN to v0.2.0 to ensure
414423
consistency with the `quarto-ext/shinylive` Quarto extension.
415424
:::
416425

0 commit comments

Comments
 (0)