beepr icon indicating copy to clipboard operation
beepr copied to clipboard

The package that sounds as it is called.

Results 18 beepr issues
Sort by recently updated
recently updated
newest added
trafficstars

It could be convenient to be able to call `beep(sound)` as a noop, i.e. such that it returns immediately if `sound = -1` or `sound = "none".

Based on the code from the package I'm working on ([catchr](https://github.com/burchill/catchr)), I think I've written `beep_on_warning` in such a way that it doesn't halt/restart the process it's wrapping when it...

A recent tweet increased attention to the package: https://twitter.com/brandmaier/status/964425470358913024 In the discussion, someone suggested that we really need the sad trombone sound as part of the package. This change adds...

Not sure if you’re accepting new sounds to the beepr package, but I thought it would be fun to try! The sounds worked on my machine…but this is the first...

This is based on the twitter thread from yesterday.

This is a simple addin that will run `beep()` in the console. You can bind it to a key in RStudio and easily queue up a `beep()` for after your...

Is it possible to be able to add custom sounds to beepr?