-
Where do I look to know which version of Quarto is bundled with the current RStudio release? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
In the HTML header of a rendered document at least 😅 Is it not an information provided in the info tab where there is RStudio version? |
Beta Was this translation helpful? Give feedback.
-
I think the best place is to look into the NEWS file https://docs.posit.co/ide/news/ Otherwise, this can be found in the source code, looking at a tag pinned version of the source code. For example I have a work item already to discuss with IDE team and other teams at Posit, how we could make this information available as a service @allenmanning should we prioritize that maybe ? |
Beta Was this translation helpful? Give feedback.
I think the best place is to look into the NEWS file https://docs.posit.co/ide/news/
Otherwise, this can be found in the source code, looking at a tag pinned version of the source code. For example
https://github.com/rstudio/rstudio/blob/v2023.03.0%2B386/dependencies/common/install-quarto#L30
I have a work item already to discuss with IDE team and other teams at Posit, how we could make this information available as a service
Discussed in r-lib/actions#469
@allenmanning should we prioritize that maybe ?