thisisnic commented on PR #37226: URL: https://github.com/apache/arrow/pull/37226#issuecomment-1715174160
> `normalizePath` > 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 #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. I don't have a Windows arrow+R dev environment set up currently, so I just installed the R package from CRAN, and then pasted my new version of this function into RStudio and ran it; it doesn't rely on any package internals AFAIK so should get the same results. If you do that, you'll get an error message which will tell you the location of the `versions.txt` file where you can look to see more useful info about whatever error has occurred. -- 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]
