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 = "mrkaye97@gmail.com", 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' 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'
, 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
Config/pak/sysreqs: libssl-dev
Repository: https://mrkaye97.r-universe.dev
Date/Publication: 2024-10-16 11:35:34 UTC
RemoteUrl: https://github.com/mrkaye97/slackr
RemoteRef: HEAD
RemoteSha: aa52b054c77ae424e2bafdf323c4114e248b05c0
NeedsCompilation: no
Packaged: 2026-06-18 06:33:53 UTC; root
Author: Matt Kaye [aut, cre] (website: matthewrkaye.com),
Bob Rudis [aut],
Andrie de Vries [aut, ctb],
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],
Xinye Li [ctb]
Maintainer: Matt Kaye