-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed incompatability with stringr 1.0.0
- Loading branch information
Showing
7 changed files
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Package: beepr | ||
Type: Package | ||
Title: Easily Play Notification Sounds on any Platform | ||
Version: 1.1 | ||
Version: 1.2 | ||
Encoding: UTF-8 | ||
Date: 2014-06-26 | ||
Date: 2015-06-13 | ||
Author: Rasmus Bååth <[email protected]> | ||
Maintainer: Rasmus Bååth <[email protected]> | ||
Description: This package contains one function, beep(), with one purpose: To | ||
Description: The sole function of this package is beep(), with the purpose to | ||
make it easy to play notification sounds on whatever platform you are on. | ||
It is intended to be useful, for example, if you are running a long analysis | ||
in the background and want to know when it is ready. | ||
License: GPL-3 | ||
Imports: | ||
stringr, | ||
stringr (>= 1.0.0), | ||
audio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Generated by roxygen2 (4.0.1): do not edit by hand | ||
# Generated by roxygen2 (4.1.1): do not edit by hand | ||
|
||
export(beep) | ||
export(ping) | ||
import(audio) | ||
import(stringr) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters