We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_active_file()
devtools::load_all() devtools::test_active_file("R/active.R") local_package_create #> Error: ! object 'local_package_create' not found
The text was updated successfully, but these errors were encountered:
Hmmmm, this problem seems to arise from testthat::find_load_all_args() which defaults helpers to FALSE.
testthat::find_load_all_args()
helpers
FALSE
Sorry, something went wrong.
Hmmm, this seems like an unintended consequence of #1841
Rely on load_all() to load helpers
load_all()
4dee774
Otherwise effectively unload them for the developer. Fixes #1982
Rely on load_all() to load helpers (#1983)
75c70e0
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: