-
I have two versions of R installed. One is V4.1.3, and the other one is V4.2.1 on my Windows machine. However, How can I ask |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you did install those R version using the default options, then the path on Windows are different. Perhaps, there is an environment variable to be set (as for Python and other tools used by Quarto). I would recommend to use something like "rig" (R installation manager): https://github.com/r-lib/rig. |
Beta Was this translation helpful? Give feedback.
If you did install those R version using the default options, then the path on Windows are different.
I am assuming Quarto try to find R and uses the 4.1 and prior path.
Perhaps, there is an environment variable to be set (as for Python and other tools used by Quarto).
(Can't check the code base now from my smartphone.)
I would recommend to use something like "rig" (R installation manager): https://github.com/r-lib/rig.