rsay
1.0.0
rsay makes R and your Mac speak!
It's a simple R wrapper around the MacOS command line utility, say.
Note: MacOS only, sorry!
devtools::install_github("sellorm/rsay")It's really easy to get R to make your Mac speak
library(rsay)
speak("Good day to you")Maybe your Mac should let you know when that long R task has finished?
#
# Really long running R job
# ...
# ...
# Finished
speak("Wow, that took a long time!")say also has different built in voices that you can play with, for example:
speak("Wasn't Stranger Things good", voice = "Diego")The complete list of voices is provided as a dataset called, available_voices.