mrkaye97 / slackr

An R package for sending messages from R to Slack
https://matthewrkaye.com/slackr/
Other
307 stars 85 forks source link

delete_slackr() function not loading from CRAN package #85

Closed j-Rinehart closed 6 years ago

j-Rinehart commented 6 years ago

The delete_slackr() function doesn't seem to be loading with a CRAN install of the package. Has that been depreciated? Is there another way to delete a message?

yonicd commented 6 years ago

delete_slackr is not in the current CRAN release, it was added after the last CRAN release.

you can install the github version using

remotes::install_github('hrbrmstr/slackr')
j-Rinehart commented 6 years ago

Got it...thanks!