mrkaye97 / slackr

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

history_slackr() does not install #93

Closed matthewdwood82 closed 5 years ago

matthewdwood82 commented 5 years ago

I can see ~/R/history_slackr.R file with associated function, but it does not install when I install.packages("slackr") or devtools::install_github("hrbrmstr/slackr").

daranzolin commented 5 years ago

I had the same problem, but I don't think it's related to slackr; missing exports happened with another package I installed too. Some combination of restarting, reinstalling, and updating R eventually worked.

matthewdwood82 commented 5 years ago

Thanks for the note, looking harder it appears that history_slackr() is only in the devtools install version. Removing and reinstalling this version of the package did the trick.