Open
Description
When I go to render a file I recently started getting this error:
grateful::cite_packages(output = "paragraph",
out.dir = getwd(),
omit = NULL,
dependencies = F,
include.RStudio = F,
passive.voice = T)
updating existing packages
ERROR:
compilation failed- error
Text line contains an invalid character.
l.5119 Please see `^^[
]8;;ide:help:renv::dependencies^^G?renv::dependencies^...
I have added a .renvignore
file and I have suppressed everything except the list of .qmd
files I plan on rendering and the DESCRIPTION
file. When I run
grateful::cite_packages(output = "paragraph",
out.dir = getwd(),
omit = NULL,
dependencies = F,
include.RStudio = F,
passive.voice = T)
interactively I am not seeing any issues.
The result of
X <- capture.output(renv::dependencies(), "message")
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 version
> packageVersion('renv')
[1] ‘1.0.11’
Metadata
Metadata
Assignees
Labels
No labels