assignUser commented on issue #41267: URL: https://github.com/apache/arrow/issues/41267#issuecomment-2229881141
Hm I was unable to reproduce the issue on my mac with the current 16.1.0 arrow binary from cran. Looking at the R version `using R version 4.4.0 alpha (2024-03-31 r86238)` maybe the runner doesn't have the recent arrow version but rather the previous version that was built [without dataset support](https://github.com/apache/arrow/issues/41050)? You can use `arrow::arrow_with_dataset()` in addition to `requireNamespace` to guard that section, that should resolve this issue even with an outdated version. -- 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]
