Skip to content

Commit 94ec85b

Browse files
authored
Merge pull request #1436 from quarto-dev/update-rstudio-version
bump to latest Rstudio IDE version
2 parents 846d3e5 + d910aea commit 94ec85b

File tree

7 files changed

+8
-9
lines changed

7 files changed

+8
-9
lines changed

_variables.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
rstudio:
22
min_version: "v2022.07"
3-
current_release: "v2023.12"

docs/faq/rmarkdown.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Quarto v1.0 was [announced at rstudio::conf(2022)](https://www.rstudio.com/blog/
9494

9595
Yes! You need to use RStudio {{< var rstudio.min_version >}} or a later version, which includes support for [editing and preview of Quarto documents](/docs/tools/rstudio.qmd).
9696

97-
You can download the latest release ({{< var rstudio.current_release >}}) of RStudio from <https://posit.co/download/rstudio-desktop/>.
97+
You can download the latest release of RStudio from <https://posit.co/download/rstudio-desktop/>.
9898

9999
### Does Posit Connect support Quarto?
100100

docs/get-started/authoring/rstudio.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this tutorial we'll show you how to author Quarto documents in RStudio.
1414
In particular, we'll discuss the various document formats you can produce with the same source code and show you how to add components like table of contents, equations, citations, etc.
1515
The [visual markdown editor](/docs/visual-editor/index.qmd) in RStudio makes many of these tasks easier so we'll highlight its use in this tutorial, but note that it's possible to accomplish these tasks in the source editor as well.
1616

17-
If you would like to follow along step-by-step in your own environment, make sure that you have the [latest release](https://posit.co/download/rstudio-desktop/) of RStudio ({{< var rstudio.current_release >}}), which you can download [here](https://posit.co/download/rstudio-desktop/), installed.
17+
If you would like to follow along step-by-step in your own environment, install the [latest release](https://posit.co/download/rstudio-desktop/) of RStudio.
1818

1919
## Output Formats
2020

docs/get-started/hello/rstudio.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ If you would like a video introduction to Quarto before you dive into the tutori
2828

2929
If you would like to follow along with this tutorial in your own environment, follow the steps outlined below.
3030

31-
1. Download and install the latest release of RStudio ({{< var rstudio.current_release >}}):
31+
1. Download and install the latest release of RStudio:
3232

3333
::: {.callout appearance="minimal"}
34-
<i class="bi bi-download"></i> [Download RStudio {{< var rstudio.current_release >}}](https://posit.co/download/rstudio-desktop/)
34+
<i class="bi bi-download"></i> [Download RStudio](https://posit.co/download/rstudio-desktop/)
3535
:::
3636

3737
2. Be sure that you have installed the `tidyverse` and `palmerpenguins` packages:

docs/interactive/shiny/running.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install.packages("rmarkdown")
2020

2121
While you are developing an interactive document it will likely be most convenient to run within RStudio.
2222

23-
Note that you need RStudio {{< var rstudio.min_version >}} or a later version in order to run Quarto interactive documents. You can download the latest release ({{< var rstudio.current_release >}}) here <https://posit.co/download/rstudio-desktop/>.
23+
Note that you need RStudio {{< var rstudio.min_version >}} or a later version in order to run Quarto interactive documents. You can download the latest release at <https://posit.co/download/rstudio-desktop/>.
2424

2525
Click the **Run Document** button while editing a Shiny interactive document to render and view the document within the IDE:
2626

docs/tools/_rstudio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
RStudio {{< var rstudio.min_version >}} and later includes support for editing and preview of Quarto documents (the documentation below assumes you are using this build or a later version).
22

3-
If you are using Quarto within RStudio it is **strongly** recommended that you use the [latest release](https://posit.co/download/rstudio-desktop/) of RStudio ({{< var rstudio.current_release >}}).
3+
If you are using Quarto within RStudio it is **strongly** recommended that you use the [latest release](https://posit.co/download/rstudio-desktop/) of RStudio.
44

5-
You can download RStudio {{< var rstudio.current_release >}} from <https://posit.co/download/rstudio-desktop/>.
5+
You can download RStudio from <https://posit.co/download/rstudio-desktop/>.
66

77
### Creating Documents
88

docs/visual-editor/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Note that you can switch between source and visual mode at any time (editing loc
2222

2323
The Quarto visual editor is currently available as a feature of the [RStudio IDE](https://posit.co/download/rstudio-desktop/). The visual editor will eventually also be made available in standalone form.
2424

25-
To get started with the visual editor, download the latest release of RStudio ({{< var rstudio.current_release >}}) for your platform from:
25+
To get started with the visual editor, download the latest release of RStudio for your platform from:
2626

2727
<https://posit.co/download/rstudio-desktop/>
2828

0 commit comments

Comments
 (0)