textme

Wrote a function using @twilio and #rstats to send myself text messages 📲 when long running jobs complete ⏳💻✅.
— Rich Pauloo (@RichPauloo) September 12, 2019
Time to go for a walk and let the computer think.
🔗https://t.co/xUCPpDPCmh pic.twitter.com/onncE9RGmx
First and foremost, tremendous credit is due to Sean Kross for the awesome twilio R
package, which this package depends on.
What I've done in this package is:
- generalized the process of configuring twilio API credentials so that they're saved in
.Renviron
files. The advantages of this approach are that the credentials only need to be supplied once, and you won't risk accidentally pushing them to Github. This functionality is provided bytm_configure()
. - wrapped the default example into a function with helpful error messages, and a set of punny pre-made messages. This functionality is provided by
textme()