mrkaye97 / slackr

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

v3.0.1 #162

Closed mrkaye97 closed 3 years ago

mrkaye97 commented 3 years ago

Closes #161

Fixing some error handling and improving the docs. I also forgot that purrr is GPL, so I can't use it without relicensing. I've patched that for now by getting rid of it. In the future, I'll probably try to replicate purrr::quietly() in base