Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updev.slackr not working #3
Comments
|
I'll definitely take a poke. Do you have some example graphics code that posted to a device right before that call I could use to re-create? (it works for all our tests so far) |
|
Do you have any private groups? The graphics code ends up having to call the file upload API and that requires translating from "#name", "@name" and "name" to the internal IDs. If you don't have any private groups, that's probably the culprit. |
|
I have created a dummy private group, and you're right: it's working. Thanks! |
|
Thx for testing and filing the issue! I just pushed new code up that doesn't require private groups to be setup in order to work (1.2.1). |
|
Woo, that was quick. |
|
I get the following errors when running the
I get the same error message with any other ggplot code I run. i.e.
and yes, I created a private group in Slack. The plots in R are created as expected without errors. |
Hi,
Thank you for this wonderfull package!
I think I figure out how to configure the package: slackr(), slackrChannels(), and slackrUsers() are working perfectly.
But graphic related functions give:
Did I miss something?
Again, thank you very much.