mrkaye97 / slackr

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

Fixing cachem bugs #146

Closed mrkaye97 closed 3 years ago

mrkaye97 commented 3 years ago

This PR fixes a couple of bugs related to memoization:

  1. Bumps the required memoise version to 2.0.0+ (#140)
  2. Bumps the required cachem version to 1.0.4+
  3. Fixes a bug with the cache_dir not being specified in slackr_utils.R (thanks @katrinabrock!)