Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in ggslackr/dev.slackr ? #4

Closed
ghost opened this issue Sep 15, 2014 · 2 comments
Closed

bug in ggslackr/dev.slackr ? #4

ghost opened this issue Sep 15, 2014 · 2 comments
Assignees

Comments

@ghost
Copy link

@ghost ghost commented Sep 15, 2014

I get the following errors when running the ggslackr / dev.slackr examples from the manual:

ggslackr(qplot(mpg, wt, data=mtcars)) Error in rbindlist(l, use.names, fill) : Item 2 has 2 columns, inconsistent with item 1 which has 3 columns. If instead you need to fill missing columns, use set argument 'fill' to TRUE.

I get the same error message with any other ggplot code I run. i.e.

ggslackr(ggplot(iris, aes(x = Species, y = Sepal.Width, fill = Species)) + geom_bar(stat="identity"))

and yes, I created a private group in Slack. The plots in R are created as expected without errors.
I can send messages using slackr just fine. A full api-token is in the config-file.
I am using R 3.1.1 and installed the latest slackr-package from github.

Did I miss something?

@hrbrmstr hrbrmstr self-assigned this Sep 15, 2014
@hrbrmstr
Copy link
Owner

@hrbrmstr hrbrmstr commented Sep 15, 2014

Should be fixed in the latest (just sync'd) update

@ghost
Copy link
Author

@ghost ghost commented Sep 16, 2014

Many thanks for your prompt response!
All the functions are working now with the latest version (1.22) .

@ghost ghost closed this Sep 16, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.