Recent Releases of https://github.com/mrkaye97/slackr

https://github.com/mrkaye97/slackr - v3.3.1

See changelog

- R
Published by mrkaye97 about 3 years ago

https://github.com/mrkaye97/slackr - v3.3.0

slackr version 3.3.0. See the changelog for details.

- R
Published by mrkaye97 about 3 years ago

https://github.com/mrkaye97/slackr - slackr 3.0.0

Significant / breaking changes: * botuseroauthtoken has been removed entirely in favor of token * slackrhistory now has messagecount as it’s first argument * Adding the capability to pass the threadts parameter to all slackr* functions (i.e. allowing you to reply to a message in a thread) * Adding replybroadcast capability in slackr and slackrmsg * Adding title and initialcomment parameters for all functions relying on the files.upload endpoint (basically everything except for slackr, slackrbot, slackrmsg, slackrhistory, and slackrdelete) * slackr and slackrbot now use reprex::prex() in the background, which means that they no longer throw errors the same way as they did before. slackr will try to be helpful in telling you what went wrong if your prex output contains an error (instead of posting), but it isn’t guaranteed to work all of the time. You can prevent this behavior by setting the SLACKRERRORS environment variable to "IGNORE".

Other changes:

  • Significant improvements to documentation, which now aligns with Slack API descriptions
  • Significant internal overhauls of how the functions call the API

- R
Published by mrkaye97 over 4 years ago

https://github.com/mrkaye97/slackr - slackr 2.4.1

  • Deprecates the bot_user_oauth_token argument for slackr* functions in favor of token
  • Allows users to choose between a user token and a bot token
  • Uses withr::local_options(list(cli.num_colors = 1)) inside of slackr to fix garbled tibble printing. linked issue
  • Removes the channel, username and icon_emoji parameters for slackr_bot() which were deprecated in version 2.1.1 and have no effect
  • Removes the cacheChannels parameter for slackr_setup() which was deprecated in version 2.1.0
  • Removes hard-coded locale settings. linked issue
  • Small error handling improvements and other miscellaneous fixes

- R
Published by mrkaye97 over 4 years ago

https://github.com/mrkaye97/slackr - slackr 2.3.0

From news.md: * Adds slackrcsv(), which simplifies the process of writing data frames to Slack as csv files * Adds slackrteardown(), which reverts the changes made by slackrsetup() by unsetting the environment variables * Adds createconfigfile() to simplify the process of setting up a config file * saveslackr() is now deprecated in favor of slackrsave() and texslackr() has been deprecated in favor of slackr_tex()

- R
Published by mrkaye97 almost 5 years ago

https://github.com/mrkaye97/slackr - slackr 2.2.0

slackr 2.2.0 gets rid of the usage of slackr_chtrans() in the vast majority of functions, significantly speeding up slackr_***() by limiting API requests

- R
Published by mrkaye97 almost 5 years ago

https://github.com/mrkaye97/slackr - slackr 2.1.1

Version 2.1.1 fixes a number of bugs and dramatically improves how slackr interfaces with the Slack API. See the changelog for more details.

- R
Published by mrkaye97 about 5 years ago

https://github.com/mrkaye97/slackr - slackr 2.0.1

New CRAN submission

- R
Published by hrbrmstr over 11 years ago