Skip to content

Cross platform desktop notifications from R

License

Notifications You must be signed in to change notification settings

roundnose/notifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notifier

Cross Platform Desktop Notifications

Linux Build Status Windows Build status CRAN RStudio mirror downloads

Send desktop notifications from R, on macOS, Windows and Linux.

Installation

Once on CRAN, install the package with

install.packages("notifier")

notifier has no R package dependencies, and no system requirements other than the notify-send command line tool on Linux and other Unix-like systems. notify-send is available in the default installation on most Desktop Linux installations.

Usage

library(notifier)
notify(
  title = "15 Packages out of date",
  msg = c("You can run update.packages() to update them.",
  "Outdated packages: Boom colorspace desc memuse networkD3",
  "pbapply revealjs rgl rmdformats timevis and 5 more")
)

Linux

Windows 8 or newer

macOS

Old Windows

Thanks

notifier uses various tools on the different platform:

License

MIT © Gábor Csárdi

About

Cross platform desktop notifications from R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 71.9%
  • R 28.0%
  • C 0.1%