Did hat a few years ago with just this as the example on the repo page: RPushbullet::pbPost("note", title="Simulation complete", body=msg) where `msg` may summarise your simulation run. See github.com/eddelbuettel/rpus… and on CRAN.
#rstats package idea. Automated message to mobile phone when model finishes sampling.

Sep 9, 2018 · 8:44 PM UTC

1
2
18
Replying to @eddelbuettel
Consider adding this to an on.exit call, that way it will run even if the simulations fail. Similar exists for slack (and can insert itself there): github.com/hrbrmstr/slackr/b… cc: @samdavidjones