forked from mrkaye97/slackr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.36 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
29
30
31
32
33
34
35
36
37
Package: slackr
Type: Package
Title: Send Messages, Images, R Objects and Files to 'Slack' Channels/Users
Version: 1.5.0
Date: 2018-05-16
Author: Bob Rudis [aut, cre], Jay Jacobs [ctb], David Severski [ctb],
Quinn Weber [ctb], Konrad Karczewski [ctb], Shinya Uryu [ctb],
Gregory Jefferis [ctb], Ed Niles [ctb], Rick Saporta [ctb],
Jonathan Sidi [aut, ctb]
Maintainer: Bob Rudis <[email protected]>
Description: 'Slack' <https://slack.com/> provides a service for teams to
collaborate by sharing messages, images, links, files and more. Functions are provided
that make it possible to interact with the 'Slack' platform 'API'. When
you need to share information or data from R, rather than resort to copy/
paste in e-mails or other services like 'Skype' <https://www.skype.com/>, you
can use this package to send well-formatted output from multiple R objects and
expressions to all teammates at the same time with little effort. You can also
send images from the current graphics device, R objects, and upload files.
URL: https://github.com/hrbrmstr/slackr
BugReports: https://github.com/hrbrmstr/slackr/issues
License: MIT + file LICENSE
Suggests:
testthat
Encoding: UTF-8
Depends:
R (>= 3.0.0)
Imports:
httr (>= 0.4.0),
jsonlite,
ggplot2,
utils,
methods,
dplyr,
graphics,
grDevices,
texPreview
RoxygenNote: 6.0.1.9000