8000 error with `renv::dependencies` · Issue #56 · Pakillo/grateful · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
error with renv::dependencies #56
Open
@jkylearmstrong

Description

@jkylearmstrong

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0