-
Notifications
You must be signed in to change notification settings - Fork 85
/
DESCRIPTION
61 lines (61 loc) · 2.03 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Type: Package
Package: slackr
Title: Send Messages, Images, R Objects and Files to 'Slack'
Channels/Users
Version: 3.4.0
Authors@R: c(
person("Matt", "Kaye", role = c("aut", "cre"), email = "[email protected]", comment = c(website = "matthewrkaye.com")),
person("Bob", "Rudis",role = c("aut")),
person("Andrie", "de Vries", role = c("aut", "ctb")),
person("Jay", "Jacobs", role = "ctb"),
person("David", "Severski", role = "ctb"),
person("Quinn", "Weber", role = "ctb"),
person("Konrad", "Karczewski", role = "ctb"),
person("Shinya", "Uryu", role = "ctb"),
person("Gregory", "Jefferis", role = "ctb"),
person("Ed", "Niles", role = "ctb"),
person("Rick", "Saporta", role = "ctb"),
person("Jonathan", "Sidi", role = c("aut", "ctb")),
person("Xinye", "Li", role = "ctb")
)
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/en/>, 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.
License: MIT + file LICENSE
URL: https://github.com/mrkaye97/slackr,
https://matthewrkaye.com/slackr/
BugReports: https://github.com/mrkaye97/slackr/issues
Depends:
R (>= 3.3.0)
Imports:
cachem (>= 1.0.4),
dplyr,
grDevices,
httr (>= 1.4.2),
jsonlite,
magrittr,
memoise (>= 2.0.0),
rlang,
tibble,
utils,
withr
Suggests:
covr,
ggplot2,
knitr,
rmarkdown,
svglite,
testthat (>= 3.0.0),
texPreview
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3