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
file_info(..., follow = TRUE), is_dir(), and is_file()
follow relative symlinks in non-current directories (@heavywatal, #280)
dir_map() now grows its internal list safely, the 1.4.0 release introduced an unsafe regression (#268)
file_info() returns a tibble if the tibble package is installed, and subsets work when it is a data.frame (#265)
path_real() always fails if the file does not exist. Thus it can no longer
be used to resolve symlinks further up the path hierarchy for files that do not
yet exist. This reverts the feature introduced in 1.2.7 (#144, #221, #231)