-
Notifications
You must be signed in to change notification settings - Fork 153
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
snapshot does not report missing packages when renv.verbose = FALSE #1607
Comments
We should audit usages of |
Open to alternatives too; e.g. different names; override in |
|
#1603 (review) (consider usages within dependency discovery warnings) |
I've merged #1610; @aronatkins can you let me know if all looks well now? |
@kevinushey Sadly, no. I'm seeing the following in the deploy pane:
|
That previous trace was caused when the dflowR package was installed from source. Installing from GitHub avoids the trace. When the tidyr package is not installed, we get good output in the deploy pane:
|
@kevinushey maybe consider this issue solved and #1608 still open, then? |
Thanks! I'll do that. |
Use a non-renv project where the R library does not contain a package. In my case, the R library is missing tidyr and there is an R file containing a
library(tidyr)
statement.When run in a non-interactive session, the output is even less helpful:
The text was updated successfully, but these errors were encountered: