beepr
beepr copied to clipboard
Rstudio Jobs and beepR
trafficstars
Hi,
Since Rstudio 1.2, we can run different jobs in background. (See this article)
I tried to run a small script with a beep() call but I don't hear anything.
Example script
library(beepr)
Sys.sleep(2)
beep(1)
cat("Done \n")
Do you think it's possible to tweak Rstudio or the package in a way this can work ?
PS : Awesome package, thanks a lot !