-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
pkg::fun doesn't work in dplyr::funs #2089
Labels
bug
an unexpected problem or unintended behavior
Comments
I also find this "bug" :
|
lionel-
added a commit
to lionel-/dplyr
that referenced
this issue
Mar 22, 2017
lionel-
added a commit
to lionel-/dplyr
that referenced
this issue
Mar 24, 2017
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This works:
But this doesn't, and the only think I changed is the last line, resulting in an error: "Error: cannot coerce type 'closure' to vector of type 'character'"
I think I understand why this is happening, but it causes me to violate best practice in calling functions, which is to call out the package, too.
The text was updated successfully, but these errors were encountered: