I'm using macOS Monterey on Apple Silicon and found that beer::beep() does not work.
R version 4.1.3 (2022-03-10) -- "One Push-Up"
MacOS 12.3. Monterey
I've updated installed packages but beepr was not in the list of packages needing updating. The speakers on my macBook work.
I de-installed the package beepr and then re-installed it; it makes a satisfyingly annoying beep.
Related
I tried downloading Rstudio-1.4.1717.dmg (macOS 10.13+) for my macOS High Sierra (version 10.13.6), I was able to download it and have it in the application but when I tried opening the RStudio from my application, the verifying toolbox with waiting bar will appear and finally it would say "RStudio is damaged and can't be opened. you should move it to the Trash".
I have tried re-downloading the RStudio multiple times and have also removed/uninstalled the old Rstudio download from the trash. I have tried restarting the computer multiple times, I have also tried updating my computer system But nothing has worked out with opening RStudio.
Please send help on how to troubleshoot issues with damaged RStudio in macOS 10.13.6.
Thank you very much!!
You will need to use an older version of Rstudio. Go to this site https://www.rstudio.com/products/rstudio/older-versions/
Your should be able to install RStudio Desktop 1.3.1093 on 10.13.6
You can open any version (included new) using High Sierra 10.13+ without install RStudio, just running by mounted volume. But if you install, you need install the compatible version.
High Sierra 10.13+ supports RStudio Desktop 1.3.1093 - "Apricot Nasturtium".
RStudio Desktop - Platform Support (MacOS)
Based From Older Versions: rstudio.com/products/rstudio/older-versions/
Version MacOS Arch
0.98.1103 10.6+ x86, x64
0.99.903 10.6+ x86, x64
1.0.153 10.6+ x86, x64
1.1.463 10.6+ x86, x64
1.2.5042 10.11+ x64
1.3.1093 10.13+ x64
1.4.1106 10.14+ x64
I've been trying to install the RODBC package in R Studio on MacOS 10.13.3 - High Sierra, but I've not succeeded yet.
I tried to follow some answers for previous versions of MacOS here on Stack, but none worked, not even this one:
how to install RODBC on macOS Sierra 10.12.4
I'm also kind of new to MacOS, so I would appreciate some simple procedure.
Thank you!
Is there any idea, how I can find the version of my Rscript?
The issue is, once I am running R in mac terminal, the version is 3.2.2 but running via Rscript the version is changed to 3.0.2. I would like to know how to update my Rscript's version!
I cannot comment, because I have less than 50 rep, so I'm writing here.
Are you under macOS Sierra?
When I upgraded R to version 3.4.0 after upgrading my Mac to macOS 10.12 (Sierra) I had some problems with rJava. While I searched for a solution, I also noticed that the R version numbers displayed in the GUI and the terminal differed. I am not quite sure what that problem was, but part of my solution was to completely uninstall R (note the comments about using which R !).
I'm getting a hang in RStudio when I try and load XLConnect. It works find when I try from the same R console outside RStudio.
i.e. in RGui (64-bit)
R version 3.2.2 (2015-08-14) -- "Fire Safety"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
> library(XLConnect)
Loading required package: XLConnectJars
XLConnect 0.2-11 by Mirai Solutions GmbH [aut],
Martin Studer [cre],
The Apache Software Foundation [ctb, cph] (Apache POI, Apache Commons
Codec),
Stephen Colebourne [ctb, cph] (Joda-Time Java library)
http://www.mirai-solutions.com ,
http://miraisolutions.wordpress.com
But when I run in Rstudio the same R console hangs. I've confirmed that rJava loads so I think I have my Java environment correct
R version 3.2.2 (2015-08-14) -- "Fire Safety"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
> library(XLConnect)
Loading required package: XLConnectJars
Appreciate any thoughts on what the issue is - it works fine on my laptop so not sure what's different
Regards
Dave
Seems to be an Rstudio issue fixed in the latest version - I updated Rstudio to 0.99.491 (from an earlier 0.99.x release but not sure the version) and it now works fine.
edit - although it sometimes still appears to hang but eventually the package loads?
It seems that CRAN will not provide binaries for 3.2.2 for OSX 10.6-10.8. The 3.2.1 binary is termed now legary binary.
Is there any way to get R 3.2.2 for a machine running 10.7.5 and has no option to upgrade past this OSX?