-
Notifications
You must be signed in to change notification settings - Fork 154
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
could not find function "heredoc" in renv 1.0.6 activate script #1874
Comments
Thanks for the bug report -- I was able to reproduce; I'll get this fixed up ASAP. |
I've submitted a new version of renv to CRAN; now waiting for acceptance from a CRAN maintainer. In the interim, it should suffice to update the lockfile record to match the installed version of renv with something like:
|
Thanks again for reporting -- this should now be resolved with the latest release of renv 1.0.7 on CRAN. |
Thanks for the fast response and fix! |
I believe there is a critical bug in renv 1.0.6. When writing the corresponding renv/activate.R script it contains
in lines 842+. This fails with an error when the R session starts and the renv version installed is not 1.0.6, because heredoc is not found (it is an unexported function of renv, renv:::heredoc works).
The text was updated successfully, but these errors were encountered: