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
The present use of on package event handling needs to be changed since the search state must only be changed after or before the package is loaded.
That is, stopping the package mid-load gives problematic errors:
library(*) #> Error in as.environment(lib.pos) : invalid 'pos' argument require(*) #> Failed with error: 'invalid 'pos' argument'
https://github.com/coatless/watcher/blob/dd33b2435d2a498c9bb63bb54e5dd95b6e2da998/R/watchers.R#L35-L40
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The present use of on package event handling needs to be changed since the search state must only be changed after or before the package is loaded.
That is, stopping the package mid-load gives problematic errors:
https://github.com/coatless/watcher/blob/dd33b2435d2a498c9bb63bb54e5dd95b6e2da998/R/watchers.R#L35-L40
The text was updated successfully, but these errors were encountered: