librarian
librarian copied to clipboard
Support for Renv
Really enjoying the shelf verb for package install & load. Is there any chance of deeper support to work in tandem with renv? For example some way of ensuring changes made by Librarian are picked up by renv and stored in the lockfile?
Second this, I'm also trying to use renv and suddenly librarian is crapping itself, not finding version.
Error in eval(quote({ : object '..version..' not found
Calls: source ... local -> eval.parent -> eval -> eval -> eval -> eval
I will have to see if I can integrate it better with renv
. My own usage of librarian
has stopped because the code I write for my job has to avoid as many layers of dependencies as possible, but I recognise that this is useful for others.
Update on my personal problem: it seems renv is woring fine with librarian for when I switched R project, using a classic project with R scripts.
It did not work with an RMarkdown project and I'm not sure the issue is due to renv, librarian interacting with renv or something else in my project...