-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.51 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
25
26
27
28
Package: RPushbullet
Type: Package
Title: R Interface to the Pushbullet Messaging Service
Version: 0.3.4.1
Date: 2021-10-20
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Bill", "Evans", role = "ctb"),
person("Mike", "Birdgeneau", role = "ctb"),
person("Henrik", "Bengtsson", role = "ctb"),
person("Seth", "Wenchel", role = "ctb"),
person("Colin", "Gillespie", role = "ctb"),
person("Chan-Yub", "Park", role = "ctb"))
Description: An R interface to the Pushbullet messaging service which
provides fast and efficient notifications (and file transfer) between
computers, phones and tablets. An account has to be registered at the
site <https://www.pushbullet.com> site to obtain a (free) API key.
Imports: utils, stats, jsonlite, curl
SystemRequirements: A user API key (which one can request from the website at
<http://www.pushbullet.com>), and one or more devices to push messages to
which may be any one of an (Android or iOS) phone, a (Chrome or Firefox,
or Opera or Safari) browser or the (Windows or Mac) desktop application provided
the corresponding Pushbullet 'app' has been installed on any one of these.
NeedsCompilation: no
BugReports: https://github.com/eddelbuettel/rpushbullet/issues
URL: https://github.com/eddelbuettel/rpushbullet, https://dirk.eddelbuettel.com/code/rpushbullet.html
License: GPL (>= 2)
RoxygenNote: 6.0.1