Skip to content
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

Support for Renv #34

Open
systemnova opened this issue Sep 17, 2023 · 3 comments
Open

Support for Renv #34

systemnova opened this issue Sep 17, 2023 · 3 comments

Comments

@systemnova
Copy link

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?

@Mylaur5
Copy link

Mylaur5 commented Sep 26, 2023

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

@DesiQuintans
Copy link
Owner

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.

@Mylaur5
Copy link

Mylaur5 commented Sep 27, 2023

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants