beepr icon indicating copy to clipboard operation
beepr copied to clipboard

Rstudio Jobs and beepR

Open gowachin opened this issue 3 years ago • 0 comments
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 !

gowachin avatar Nov 19 '21 09:11 gowachin