I am new to both RStudio and using a macOS. my windows pc crashed when I used Rstudio, so I decided to upgrade. However, I am having some difficulty while working in RStudio and Markdown. I am not entirely sure I have downloaded the software, every time I open it, it asks if I want to open an Internet file?
But when I try to use the Rmarkdown knit function this is the error message I receive:
sh: /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/pandoc: Bad CPU type in executable Error in strsplit(info, "\n")[[1]] : subscript out of bounds Calls: ... pandoc_available -> find_pandoc -> lapply -> FUN -> get_pandoc_version In addition: Warning message: In system(paste(shQuote(path), "--version"), intern = TRUE) : running command ''/Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/pandoc' --version' had status 126 Execution halted
Does anyone have any suggestions?
Thank you!
I am able to use Rstudio, for basic vector addition, plots, etc. Every time I open R I get this comment: “RStudio” is an app downloaded from the Internet. Are you sure you want to open it?
How can I check to see which one I have installed?
I uninstalled everything and used home-brew to install R and studio, when I was using home-brew I had to create the path for tinytex, but I am still receiving the same original error message. I used the Silicon for both Studio and R. R is working correctly but Studio still not working. any other ideas?
Either unbrew these and install from CRAN directly for R and posit.com for RStudio (both are deb packages) or prepare to dig in for a long bout of testing out PATHS and various dotfiles. I’ve done my own Unix sysadm since 1983 and the friction from marching to my own drum became so great eventually that it takes a compelling case for me to even consider doing a nonstandard install.