Code Monkey home page Code Monkey logo

beepr2's Introduction

beepr2: Even more Notification Sounds in R

beepr2 is an R package that contains one function, beep(), with one purpose: To make it easy to play notification sounds when running your R script. It is intended to be useful, for example, if you are running a long analysis in the background and want to know when it's ready.

beepr2 is an extended version of the original from rasmusab/beepr and all respects and kudos go out to him for making the original package as this is almost a 100% copy. The goal of this adjusted package is to expand the library with even more sounds, so you can even have a better time working with R.

Also massive thanks to themushroomkingdom.net for uploading all those amazing nostalgic sounds, which are super suitable triumphing the finishing of a heavy script. Cheers!

By: Sjors van Heuveln 04-04-2016

Installation in R

library(devtools)
install_github("sjorsvanheuveln/beepr2")

Details

beep() plays a short sound which is useful if you want to get notified, for example, when a script has finished. As an added bonus there are a number of different sounds to choose from.

Examples

# Load library
library(beepr2)

# Play a pipemaze sound effect
beep("pipemaze")
#or
beep(27)

# Play a random sound
beep(0)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.