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

Move library(ggrough) to first chunk in README #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

batpigandme
Copy link

Moved the call to attach ggrough to the first code chunk, since you need it for the pipe. This avoids throwing:

#> Error in count(mtcars, carb) %>% ggplot(aes(carb, n)) : 
#>  could not find function "%>%"

Love this package! 💖

@xvrdm
Copy link
Owner

xvrdm commented Oct 15, 2018

Thanks for flagging this. Actually, I am a bit unsure if it is good to have people using ggrough as the needed dependency for pipes. Do you think we should add a library call to {maggritr} (even if it is not really necessary) ?

@batpigandme
Copy link
Author

I agree in terms of re-exporting the pipe. Magrittr or dplyr work! Feel free to close this and reimplement however you like, btw.

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

Successfully merging this pull request may close these issues.

2 participants