-
Notifications
You must be signed in to change notification settings - Fork 80
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
Problem installing fs #479
Comments
You are probably running into this macOS bug: https://trac.macports.org/wiki/SequoiaProblems#CompilingCfails |
You are probably right, this morning I updated both R and the OS. I temporarily bypassed the problem by copying the old fs folder to the new installation. The really weird thing is that I can install fs (the same problem also happens with gdtools) when I'm working outside renv without any issue. Maybe being renv an isolated environment, it searches for some files in the wrong place. I close the ticket and I'll open another one in the renv github. Thanks! |
Because you are probably installing the binary package, so no compilation is needed. I don't know why renv tries to compile it instead of installing the binary. |
Hi,
I'm trying installing fs after upgrading to R 4.4.2 but I get this error if I try to install it in a renv managed project:
No problem instead If I install it the global space outside renv. Any hints on how to solve the problem?
The text was updated successfully, but these errors were encountered: