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

In PKG usage example, I get Error: Expected a list of quosures #8

Closed
sfd99 opened this issue Apr 22, 2018 · 1 comment
Closed

In PKG usage example, I get Error: Expected a list of quosures #8

sfd99 opened this issue Apr 22, 2018 · 1 comment

Comments

@sfd99
Copy link

sfd99 commented Apr 22, 2018

sfd99 commented 19 minutes ago

**Hi Evgeni

** - the ruler PKG is very useful!.
But in the example:

mtcars %>% summarise_all(rules(enough_sum = sum(.) > 100))
I get this :
    Error: Expected a list of quosures

What am I missing?
thanks!

sfd99
San Francisco
latest Rstudio/R/Ubuntu Linux 14.04LTS 32bits

@echasnovski
Copy link
Owner

echasnovski commented Apr 23, 2018

I can't reproduce this. Could you, please, run the following code in clean R session (preferably using reprex package) and post here the output?

library(ruler)
library(dplyr)

sessionInfo()

mtcars %>% summarise_all(rules(enough_sum = sum(.) > 100))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants