-
Notifications
You must be signed in to change notification settings - Fork 82
Installation error: unsafe absolute working directory name #491
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
Comments
That file is part of libuv, and we would prefer not to change it if we don't need to. Maybe you could adapt your path. It does not seem like a good idea to include those characters in a directory name. |
How would I adapt my path? |
Is the problematic character coming from |
No idea. I bring it up because it is the only absolute path in the whole project. Sounds like I should bring this up with the |
What do you set |
I tracked the problem down to
Changing this to the following fixed the problem:
R was creating a directory called In other words, it wasn't the absolute path to |
I encounter the following installation error when trying to install
fs
from source on Linux viarenv
with an external cache directory set byRENV_PATHS_CACHE
.Deleting this check allowed the installation to complete successfully.
This may be more of a
renv
bug than anfs
bug, but I wonder about the cost-benefit of this check when installation succeeds without it.Perhaps this could be downgraded from an error to a warning?
The text was updated successfully, but these errors were encountered: