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: docs/interactive/shiny/index.qmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ title: "Shiny"
4
4
5
5
## Introduction
6
6
7
-
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.
7
+
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.
8
8
9
9
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.
10
10
11
-
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>.
11
+
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/>.
12
12
13
13
::: {.callout-note appearance="simple"}
14
-
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:
14
+
In order to run the examples below you will need a recent version of the **rmarkdown** package, which you can install with:
0 commit comments