Commits


Neal Richardson authored and Antoine Pitrou committed 6a7f07adaed
ARROW-6323: [R] Expand file paths when passing to readers Note that there is no test in the test suite that asserts that `~` is expanded correctly because we can only write to tempfiles in the tests, but It Works on My Machine ™️ . cc @romainfrancois Closes #5169 from nealrichardson/path-real and squashes the following commits: 635d954bb <Neal Richardson> Consolidate file path massaging logic and remove fs dependency 7f51e4c18 <Neal Richardson> Use base::normalizePath instead 8e003e0a1 <Neal Richardson> Update NEWS 1944c6aae <Neal Richardson> Use fs::path_real() instead of path_abs() Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>