-
Notifications
You must be signed in to change notification settings - Fork 18
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 with renv::dependencies
#56
Comments
I was able to get the document to render when I switched to:
not sure why I'm getting the error with
|
Thanks for the report. Is your repository public so that I can have a look to investigate what might be going on? It looks like {renv} or {grateful} are finding too many packages to cite? Or some weird interaction with Quarto? (since you mentioned it works fine when running interactively) What is the output of Also, what is the output of grateful::cite_packages(output = "paragraph",
out.dir = getwd(),
omit = NULL,
dependencies = F,
include.RStudio = F,
passive.voice = T) Thanks |
I will try and test with updates to Right now I rolled back |
When I go to render a file I recently started getting this error:
I have added a
.renvignore
file and I have suppressed everything except the list of.qmd
files I plan on rendering and theDESCRIPTION
file. When I runinteractively I am not seeing any issues.
The result of
is 2498 lines,
Any idea what might be causing this?
To be clear
renv
has been experiencing some issues since the last update (rstudio/renv#2089 , rstudio/renv#2091), but I have reverted back to versionThe text was updated successfully, but these errors were encountered: