You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been caught out by the relative tilde thing, with downstream software not expanding it (in this particular case the software created the dir in the working directory, like "./~/.cache" .
Would a PR for the full, normalized path be welcome?
Maybe. There is value in returning a user-independent path, e.g. you can use it in a system profile. OTOH, I don't expect many people to do that, so yeah, maybe.
When I run "user_data_dir("test")` on my Windows 10 machine:
On my MacOS 10.15 Catalina:
Both of those use expanded paths for home dir.
But in the readme and in a report by a user of a package of mine, the path on Mac (which I assume was a different version) seems to be
There are two issues here:
The text was updated successfully, but these errors were encountered: