Skip to content

Commit

Permalink
Merge pull request #1463 from quarto-dev/sync-1457-to-prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv authored Nov 18, 2024
2 parents eb12912 + ffd47fd commit c83b613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/interactive/shiny/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ title: "Shiny"

## Introduction

If you are an R user, you may already be familiar with [Shiny](https://shiny.rstudio.com), a package that makes it easy to build interactive web apps with R.
If you are an R user, you may already be familiar with [Shiny](https://shiny.posit.co/), a package that makes it easy to build interactive web apps with R.

When using the Knitr computation engine, Quarto documents can include embedded Shiny components (e.g. a plot with sliders that control its inputs) or even simple Shiny applications that include several components.

This section covers integrating Shiny with Quarto and assumes that you already have basic familiarity with Shiny. To learn more about Shiny please visit <https://shiny.rstudio.com>.
This section covers integrating Shiny with Quarto and assumes that you already have basic familiarity with Shiny. To learn more about Shiny please visit <https://shiny.posit.co/>.

::: {.callout-note appearance="simple"}
In order to run the examples below you will need the very latest version of the **rmarkdown** package (v2.10), which you can install with:
In order to run the examples below you will need a recent version of the **rmarkdown** package, which you can install with:

``` r
install.packages("rmarkdown")
Expand Down

0 comments on commit c83b613

Please sign in to comment.