-
Notifications
You must be signed in to change notification settings - Fork 20
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
lazy-load database 'P' is corrupt #3
Comments
The |
I find that this occurres when calling
Of course, you have to have an error in the library somewhere for this to occur. The most reliable way I've found to generate such an error is to comment out an Roxygen comment block and call
and you comment out the comments like so:
and then you call :
you'll get an the above error message, and |
I think if you're using a newer version of devtools, this shouldn't be an issue anymore. See r-lib/devtools#1001 |
We've had similar issue with building a docker image. The packages are being built as a dependency so it would be pretty cumbersome to install dependencies first where order could be somewhat controlled. We've had this issue with
|
Encountered below error. Any suggestions on how to resolve appreciated.
The text was updated successfully, but these errors were encountered: