Package: slackr
Type: Package
Title: Send Messages, Images, R Objects and Files to 'Slack'
        Channels/Users
Version: 2.3.0
Date: 2021-05-01
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], Matt Kaye [aut, ctb], Xinye Li [ctb], Andrie de Vries [aut, ctb]
Maintainer: Matt Kaye <mrkaye97@gmail.com>
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.
URL: https://github.com/mrkaye97/slackr,
        https://mrkaye97.github.io/slackr/
BugReports: https://github.com/mrkaye97/slackr/issues
License: MIT + file LICENSE
Suggests: testthat (>= 3.0.0), covr, knitr, rmarkdown, texPreview
Encoding: UTF-8
Depends: R (>= 3.3.0)
Imports: httr (>= 1.4.2), jsonlite, ggplot2, utils, methods, dplyr,
        graphics, grDevices, xtable (>= 1.8.4), tibble, magrittr,
        memoise (>= 2.0.0), cachem (>= 1.0.4)
RoxygenNote: 7.1.1
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-05-01 22:30:34 UTC; matt
Repository: CRAN
Date/Publication: 2021-05-02 04:20:02 UTC
