amoeba commented on PR #37226: URL: https://github.com/apache/arrow/pull/37226#issuecomment-1714788290
Hey @thisisnic, I just took a look and it does seem like using `normalizePath` like that would be a good fix. However, I wasn't able to reproduce the error reported in https://github.com/apache/arrow/issues/36638 (possibly because of another error). Can you share your steps so I can verify? I get: ``` > arrow::create_package_with_all_dependencies() Downloading Arrow source file trying URL 'https://cran.rstudio.com/src/contrib/arrow_13.0.0.tar.gz' Content type 'application/x-gzip' length 4178847 bytes (4.0 MB) downloaded 4.0 MB Error in arrow::create_package_with_all_dependencies() : Failed to parse versions.txt ``` I did test this PR on macOS and just to confirm it still works there (which it does). I left two comments and I'm going to keep setting up my Windows arrow+R dev environment so I can test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
