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
RStudio Edition : Desktop RStudio Version : 1.4.1717 OS Version : Windows 10 Enterprise R Version : 3.6.3
I was trying to create r environment for my R project. When I run renv::init(), I get the following error:
The environment should be created. All these steps worked for R version 4.1.0. Version 4.1.2 gave me the same error.
I'm not able to find the right resource or help.
The text was updated successfully, but these errors were encountered:
Can you try running the following:
trace(renv:::renv_file_link, quote({ writeLines(sprintf("'Linking: %s' => '%s'", source, target)) })) trace(renv:::renv_file_copy, quote({ writeLines(sprintf("'Copying: %s' => '%s'", source, target)) })) options(error = rlang::trace_back) renv::init()
This should hopefully give us a bit more diagnostic output, and tell us which package is failing to copy into the cache.
Sorry, something went wrong.
@Jain-Paridhi, can you share an update?
No branches or pull requests
System details
Steps to reproduce the problem
Describe the problem in detail
I was trying to create r environment for my R project. When I run renv::init(), I get the following error:

Describe the behavior you expected
The environment should be created. All these steps worked for R version 4.1.0. Version 4.1.2 gave me the same error.
I'm not able to find the right resource or help.
The text was updated successfully, but these errors were encountered: