-
Notifications
You must be signed in to change notification settings - Fork 83
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
error reporting large directories #968
Comments
This may be related to rstudio/renv#1657. Additionally, renv has its own rsconnect should mirror its |
The stack from the
|
Caused by rstudio/renv#1658 |
Workaround: Avoid renv large-directory enforcement. options(rsconnect.max.bundle.files = 100000, renv.config.dependencies.limit = 100000) |
additionally, do not let renv infer the root. fixes #968
* renv dependency limit mirrors the rsconnect bundle limit additionally, do not let renv infer the root. fixes #968 * news * skip large directory test on CRAN and CI Windows is producing (unexpected) snapshot differences that appear related to file enumeration. * no progress output; re-enable tests
Set-up:
Error:
Created on 2023-08-22 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: