-
Notifications
You must be signed in to change notification settings - Fork 24
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
lwgeom install in normal R session, but not with renv::install() inside a project #90
Comments
It seems that |
See also rstudio/renv#1860 |
Ah, thank you. So for version pinning in a project using |
Definitely if you install packages from source; if you install binary packages from CRAN on MacOS or Windows this may not be needed (all system requirements are statically linked in the R package directory). |
Most likely, the PATH in your R session in your |
It seems everybody is just pushing the problem away. See related |
Hi, I'm running R 4.3.1 on an arm-64 mac, and I've got a peculiar problem. If I open up RStudio in a fresh session and run
install.packages("lwgeom")
, it successfully installs the package. However, if I open up an RStudio project where I am trying to userenv
for package control, and runrenv::install("lwgeom")
I get the following error output:My sessionInfo is:
Any thoughts on how I can correct this?
The text was updated successfully, but these errors were encountered: