-
Notifications
You must be signed in to change notification settings - Fork 65
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
Examples do not work - issue with pick #199
Comments
This looks like you are using |
Right, but is pick attached or loaded. If pick is included in the NAMESPACE of the function (@importfrom package pick) than that shouldnt happen, right? Is pick loaded into the enviroment? |
I just checked and realized that there is a function called pick: Line 93 in 976bb83
|
The somewhat mean thing here is that gggenomes' Regarding unique name, well it is easy to use the name in a unique fashion, just explicitly write And as a quick workaround you can of course always simply use your own function names, just put something like this in your code
|
Examples where pick() is utilized do not work and return the following error:
Error in
pick()
:! Must only be used inside data-masking verbs like
mutate()
,filter()
, andgroup_by()
.Examples can be found in the position functions such as gggenomes::position_strand'.
The text was updated successfully, but these errors were encountered: