RStudio 2023.09.1+494 "Desert Sunflower " (cd7011dc, 2023-10-16) for macOS
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) RStudio/2023.09.1+494 Chrome/116.0.5845.190 Electron/26.2.4 Safari/537.36
I do not, I downloaded from CRAN. I’ve never had this happen before. I also restarted my system and reinstalled both R and RStudio. I also deleted any suspect .RData, .RProfile, etc files.
I installed the Silicon version that should be compatible with macOS Monterey (12.2). The RStudio version I downloaded is indicated in the forum post. Pretty frustrating problem !
Not clear, if you installed the Silicon version under 12.2 why session info is showing Intel under 10.15.7. Do you have multiple versions of R installed?
rev/new/R on main [✘?] via 📐 v4.3.2
❯ which R
/usr/local/bin/R
rev/new/R on main [✘?] via 📐 v4.3.2
❯ l /usr/local/bin/R
lrwxr-xr-x 47 root 11 Nov 10:08 /usr/local/bin/R -> /Library/Frameworks/R.framework/Resources/bin/R
Yeah, I think my output from my sessionInfo() command up top looks exactly like that... that's why I'm very confused about why RStudio won't open. Here it is again:
R version 4.3.2 (2023-10-31)
Platform: aarch64-apple-darwin20 (64-bit)
Running under: macOS Monterey 12.2
Matrix products: default
BLAS: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRblas.0.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.11.0
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
time zone: America/New_York
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.3.2
I thought the Intel thing you brought up earlier was a good point... that output was from the Troubleshooting button that RStudio offers you when it can't start up. I re-installed RStudio and R, making sure I downloaded the right version, and it still isn't working. My next idea is to just download a previous version...?
I just think it's weird that there's discordance between my commandline R's sessionInfo() and this RStudio report
I often resort to down-versioning. I looked under the hood and got an impression that dev testing is done under an emulator. Not sure. Perhaps this is a Rosetta thing?