forked from eddelbuettel/rpushbullet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: RPushbullet
Type: Package
Title: R interface to the wonderful Pushbullet service
Version: 0.0.2.1
Date: 2014-06-10
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <[email protected]>
Description: This package provides an easy-to-use interface for the
Pushbullet service which provides fast and efficient notifications
between computers, phones and tablets. An account has to be registered
at the site http://www.pushbullet.com site to obtain a (free) API key.
.
The package currently uses the curl binary directly as using the RCurl
package worked only partially: messages can be sent, but return codes
from the service are being lost.
Imports: utils, RJSONIO
SystemRequirements: The 'curl' binary has to be in the path (and this is
checked at package startup), a user API key which can be obtained from
http://www.pushbullet.com, and one or more devices to push messages to
which may be any one of an Android phone, iPhone, or the Chrome browser
provided the corresponding Pushbullet 'app' has been installed on any
one of these.
NeedsCompilation: no
License: GPL (>= 2)