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 was looking into how to use fs to see what .Library links to on my (Mac) system. This first thing I tried was fs::link_path(.Library) which segfaults.
I was looking into how to use fs to see what
.Library
links to on my (Mac) system. This first thing I tried wasfs::link_path(.Library)
which segfaults.I now see that
path_real()
works, though.Created on 2018-01-21 by the reprex package (v0.1.1.9000).
The text was updated successfully, but these errors were encountered: