How to select a specific R version when runnning a Quarto render from Powershell ?

Hi,

The title is quite self-explantory: I have long term projects set up for a specific R version. I can't change R versions during analysis, to ensure best reproductibility of the produced results, and want to keep the workflow as simple as feasible (I know there are solutions to set up versionning by project, but these do not mix well with our team infrastructure and accessible software).

I suspect there is a way to set up a Quarto rendering task in Powershell to run with a specific R version, but I cannot find any useful reference to that end. I currently use the quarto render command.

Thank in advance for the help

Hello @NRS ,

maybe this link (the QUARTO_R environment variable) will help?

2 Likes

If you want to be very specific on the R binary to use with Quarto, you can set indeed QUARTO_R as mentioned by @HanOostdijk

Otherwise, the R used will depend on what R is found on PATH, or R_HOME if set.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.