-
Notifications
You must be signed in to change notification settings - Fork 129
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
tidyselect should not be added to global search path #1274
Comments
Line 148 in 47ecd87
|
I still feel this is the right decision because it helps limit the number of strict dependencies of the package. One consequences is that certain functions will try to automatically load |
|
For |
Prework
drake
's code of conduct.remotes::install_github("ropensci/drake")
) and mention the SHA-1 hash of the Git commit you install.Description
Package
tidyselect
is added to the global search path by use ofrequire
. I assumerequireNamespace
would be more appropriate as subsequent calls to tidyselect functions are qualified by their package name.The problem was tested with the latest github version as of 1 hour ago.
Reproducible example
Expected result
The
search()
path should not have been altered.Session info
The text was updated successfully, but these errors were encountered: