Render RStudio version number with quarto #13293
Unanswered
KipBalkcom-USDA
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Yeah, that's not a thing that I think will work; the "RStudio not running" message is accurate: Can you say a bit more about what you're trying to do? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I want to render my RStudio version number in a quarto document. The example below shows different ways I have tried to do this. I can run
rstudioapi::getVersion()
orRStudio.Version()
in the R console to get my RStudio version number, but I wanted to do this during the rendering process. Any ideas?R version 4.5.0 (2025-04-11)
Quarto version 1.7.32
Running under: macOS Sequoia 15.6.1
Beta Was this translation helpful? Give feedback.
All reactions