RPushbullet 0.1.0 with a lot more awesome
[This article was first published on Thinking inside the box , and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
A new release 0.1.0 of the RPushbullet package (interfacing the neat Pushbullet service) landed on CRAN today.
It brings a number of goodies relative to the first release 0.0.2 of a few months ago:
- pushing of files is now supported thanks to a nice pull request bu Mike Birdgeneau
- a default device can be designated in the
~/.rpushbullet.json
file or options - initialization has been rewritten to use
recpients
which can be indices, device names or, if missing entirely, the (new) default device - alternatively,
email
is supported as another recipient option in which case the Pushbullet service will send an email to the give address pbGetDevices()
now returns a proper S3 object with correspondingprint()
andsummary()
methods- the documentation regarding package initialization, and setting of key, devices, etc has been expanded
- more examples has been added to the documentation
- various minor cleanups, fixes, corrections throughout
There is a whole boat load of more wickedness in the Pushbullet API so if anybody feels compelled to add it, fire off pull requests at GitHub.
More details about the package are at the RPushbullet webpage and the RPushbullet GitHub repo.
Courtesy of CRANberries, there is also a diffstat report for this release.
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.
To leave a comment for the author, please follow the link and comment on their blog: Thinking inside the box .
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.