I'm using macOS Monterey 12.3.1. I recently updated Quarto to version 1.3.433.
When I render my Quarto file in R Studio IDE I get a fail message (in the 'Background Jobs' panel) stating 'Unable to locate an installed version of R.'
I can run individual chunks in Quarto that require e.g. dplyr, tidyr, readr, stringr and all seems ok (so it's finding R from somewhere, no?)
To try to address this issue I tried the following:
- I updated RStudio to Version: 2023.06.1+524 and R to 4.3.1 (2023-06-16). I closed my Project and RStudio and restarted, but did not reboot OS?
- I followed the advice on the Quarto site to check for the presence of multiple installations of R and Python in a system Quarto - Troubleshooting
This is what my 'quarto-session-info-output.txt' file looks like - is there an issue with some packages - especially knitR ?
- I also ran 'quarto check' in the Terminal after reading this community question quarto: unable to locate R installation. The output for this didn't show a check for R installation
I'm unsure how to interpret these outputs, any assistance appreciated!