-
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 installed-from-source packages when renv.verbose = FALSE #1608
Comments
I've merged #1610; @aronatkins can you let me know if all looks well now? |
See #1607 (comment) I tested this issue and #1607 together; half way there. Living on a prayer? 😁 |
Outside the deploy pane, we do not receive a stack.
|
From the RStudio IDE deploy pane (using push-button deploy):
From the R console in the RStudio IDE:
Is it possible to suppress the stack in the deploy pane? |
The simplest way would be to set up some dummy error handler, e.g. Lines 80 to 96 in d690785
Alternatively, use some option / setting to enable / disable it? |
We've decided to leave this as-is on the |
use |
rsconnect calls
renv::snapshot
withrenv.verbose = FALSE
. From a push-button deploy session, we see:In rstudio/rsconnect#934, we believe that this may have been caused by installing the dflowR package from source rather than from GitHub.
From the console, this looks like:
renv should report problems even when
renv.verbose=FALSE
The text was updated successfully, but these errors were encountered: